-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.
[oota-llvm.git] / test / CodeGen / X86 / 2006-05-22-FPSetEQ.ll
index 083d06805f2f6e4e5212486957bca70c5aead07d..2d7bd27d24bdcbada210e6315f75d1b2a6552301 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=x86 | grep setnp
-; RUN: llc < %s -march=x86 -enable-unsafe-fp-math | \
+; RUN: llc < %s -march=x86 -enable-unsafe-fp-math -enable-finite-only-fp-math | \
 ; RUN:   not grep setnp
 
 define i32 @test(float %f) {