diff options
author | Lang Hames <lhames@gmail.com> | 2012-06-22 22:31:00 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2012-06-22 22:31:00 +0000 |
commit | c98ebda325c996b3a12f4fded0368734dc0fe28a (patch) | |
tree | 78f0bb52c38718c2589dc53aa76d91fd1eb7e00d /llvm/test/CodeGen/ARM/fusedMAC.ll | |
parent | a127fc780ab72ef5997c4ae6d34da6e97bfa44ce (diff) | |
download | bcm5719-llvm-c98ebda325c996b3a12f4fded0368734dc0fe28a.tar.gz bcm5719-llvm-c98ebda325c996b3a12f4fded0368734dc0fe28a.zip |
Rename fp-op fusion option (yet again) for compatibility with GCC option.
llvm-svn: 159042
Diffstat (limited to 'llvm/test/CodeGen/ARM/fusedMAC.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fusedMAC.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fusedMAC.ll b/llvm/test/CodeGen/ARM/fusedMAC.ll index 725dd274e37..d35330c09f5 100644 --- a/llvm/test/CodeGen/ARM/fusedMAC.ll +++ b/llvm/test/CodeGen/ARM/fusedMAC.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=armv7-eabi -mattr=+neon,+vfp4 -fuse-fp-ops=fast | FileCheck %s +; RUN: llc < %s -mtriple=armv7-eabi -mattr=+neon,+vfp4 -fp-contract=fast | FileCheck %s ; Check generated fused MAC and MLS. define double @fusedMACTest1(double %d1, double %d2, double %d3) { |