r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
[oota-llvm.git] / test / CodeGen / ARM / fpcmp-opt.ll
index ed515cc1e7cf6e52ae772c70bda62eca10153e23..f651c167cc71d2431745a976edf4577272d89f33 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s
+; RUN: llc < %s -march=arm -mattr=+vfp2 -enable-unsafe-fp-math | FileCheck %s
 ; rdar://7461510
 
 define arm_apcscc i32 @t1(float* %a, float* %b) nounwind {