Chris Lattner 684e6cac7a test broken in the IA64 backend.
llvm-svn: 23651
2005-10-07 04:49:00 +00:00

6 lines
110 B
LLVM

; RUN: llvm-as < %s | llc
double %test(bool %X) {
%Y = cast bool %X to double
ret double %Y
}