summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fpcmp-opt.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-07-08 06:01:49 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-07-08 06:01:49 +0000
commitbe1f7a931efed26bfa761c33202828ccef2a2adb (patch)
tree2c724115369dac44c391d318a000ee1ff30aa53c /llvm/test/CodeGen/ARM/fpcmp-opt.ll
parent89a4e25007de36b0f00ad7226b261e7ad6bfad37 (diff)
downloadbcm5719-llvm-be1f7a931efed26bfa761c33202828ccef2a2adb.tar.gz
bcm5719-llvm-be1f7a931efed26bfa761c33202828ccef2a2adb.zip
r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
llvm-svn: 107856
Diffstat (limited to 'llvm/test/CodeGen/ARM/fpcmp-opt.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fpcmp-opt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fpcmp-opt.ll b/llvm/test/CodeGen/ARM/fpcmp-opt.ll
index ed515cc1e7c..f651c167cc7 100644
--- a/llvm/test/CodeGen/ARM/fpcmp-opt.ll
+++ b/llvm/test/CodeGen/ARM/fpcmp-opt.ll
@@ -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 {
OpenPOWER on IntegriCloud