Add a new ConstantExpr::getWithOperands that takes any array of operands
[oota-llvm.git] / test / CodeGen / Generic / isunord.ll
1 ; RUN: llvm-as < %s | llc
2 ; XFAIL: ia64
3
4 declare i1 @llvm.isunordered.f64(double, double)
5
6 define i1 @test(double %X, double %Y) {
7         %tmp27 = fcmp uno double %X, %Y         ; <i1> [#uses=1]
8         ret i1 %tmp27
9 }
10