revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git] / test / CodeGen / X86 / isnan.ll
blob4d465c0c7aa8f89ee303dfab372e26b37b189062
1 ; RUN: llc < %s -march=x86 | not grep call
3 declare i1 @llvm.isunordered.f64(double)
5 define i1 @test_isnan(double %X) {
6         %R = fcmp uno double %X, %X             ; <i1> [#uses=1]
7         ret i1 %R