10 lines
197 B
LLVM
Raw Normal View History

2009-10-14 17:57:32 +00:00
; RUN: llc < %s
2009-06-02 17:52:33 +00:00
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
}