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 | 59d454959f36681dc1d68109012edc4cb019f351 (patch) | |
tree | 1daf51a793d6ff500cded1fde3cd8a7adbbbc717 /test/CodeGen/PowerPC/fma.ll | |
parent | 0cafa139c01aa9d5072b185d686a05b9d8ab1ee7 (diff) | |
download | external_llvm-59d454959f36681dc1d68109012edc4cb019f351.zip external_llvm-59d454959f36681dc1d68109012edc4cb019f351.tar.gz external_llvm-59d454959f36681dc1d68109012edc4cb019f351.tar.bz2 |
Rename fp-op fusion option (yet again) for compatibility with GCC option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/fma.ll')
-rw-r--r-- | test/CodeGen/PowerPC/fma.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/fma.ll b/test/CodeGen/PowerPC/fma.ll index 4e05c27..48d9eb9 100644 --- a/test/CodeGen/PowerPC/fma.ll +++ b/test/CodeGen/PowerPC/fma.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 -fuse-fp-ops=fast | \ +; RUN: llc < %s -march=ppc32 -fp-contract=fast | \ ; RUN: egrep {fn?madd|fn?msub} | count 8 define double @test_FMADD1(double %A, double %B, double %C) { |