summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/isunord.ll
blob: 589f49611791ec1ee082b817b7a4d5ddd8cdaee6 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc
; XFAIL: ia64

declare i1 @llvm.isunordered.f64(double, double)

define i1 @test(double %X, double %Y) {
        %tmp27 = fcmp uno double %X, %Y         ; <i1> [#uses=1]
        ret i1 %tmp27
}