test broken in the IA64 backend.
[oota-llvm.git] / test / CodeGen / Generic / bool-to-double.ll
1 ; RUN: llvm-as < %s | llc
2 double %test(bool %X) {
3         %Y = cast bool %X to double
4         ret double %Y
5 }