Inline asm mult-alt constraint tests.
[oota-llvm.git] / test / CodeGen / X86 / 2006-05-22-FPSetEQ.ll
index ae18c90d8c17c4f678400f33b3394ab647ff5dcf..35b0159d39c644ecad640e4294dd2bac67aa470c 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep setnp
-; RUN: llvm-as < %s | llc -march=x86 -enable-unsafe-fp-math | \
+; RUN: llc < %s -march=x86 | grep setnp
+; RUN: llc < %s -march=x86 -enable-unsafe-fp-math -enable-no-nans-fp-math | \
 ; RUN:   not grep setnp
 
 define i32 @test(float %f) {