diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-07-08 06:01:49 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-07-08 06:01:49 +0000 |
commit | be1f7a931efed26bfa761c33202828ccef2a2adb (patch) | |
tree | 2c724115369dac44c391d318a000ee1ff30aa53c /llvm/test/CodeGen/ARM/fpcmp-opt.ll | |
parent | 89a4e25007de36b0f00ad7226b261e7ad6bfad37 (diff) | |
download | bcm5719-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.ll | 2 |
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 { |