llvm.memory.barrier, and impl for x86 and alpha
[oota-llvm.git] / test / CodeGen / Generic / isunord.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc
2 ; XFAIL: ia64
3
4
5 declare bool %llvm.isunordered.f64(double, double)
6
7 bool %test(double %X, double %Y) {
8   %tmp27 = call bool %llvm.isunordered.f64( double %X, double %Y)
9   ret bool %tmp27
10 }