aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit4ff7ab612c66fb7ecf547242d6906be6ec3fa604 (patch)
tree08dd48c251c6f1df9626f77589187eefbb0c1b08 /test/CodeGen/ARM/fpcmp-opt.ll
parent3651d92d91062ea4b1ee8b2a88eca03bd39e1968 (diff)
downloadexternal_llvm-4ff7ab612c66fb7ecf547242d6906be6ec3fa604.zip
external_llvm-4ff7ab612c66fb7ecf547242d6906be6ec3fa604.tar.gz
external_llvm-4ff7ab612c66fb7ecf547242d6906be6ec3fa604.tar.bz2
r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fpcmp-opt.ll')
-rw-r--r--test/CodeGen/ARM/fpcmp-opt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fpcmp-opt.ll b/test/CodeGen/ARM/fpcmp-opt.ll
index ed515cc..f651c16 100644
--- a/test/CodeGen/ARM/fpcmp-opt.ll
+++ b/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 {