summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/ppc440-fp-basic.ll
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-06-22 22:31:00 +0000
committerLang Hames <lhames@gmail.com>2012-06-22 22:31:00 +0000
commit59d454959f36681dc1d68109012edc4cb019f351 (patch)
tree1daf51a793d6ff500cded1fde3cd8a7adbbbc717 /test/CodeGen/PowerPC/ppc440-fp-basic.ll
parent0cafa139c01aa9d5072b185d686a05b9d8ab1ee7 (diff)
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/ppc440-fp-basic.ll')
-rw-r--r--test/CodeGen/PowerPC/ppc440-fp-basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ppc440-fp-basic.ll b/test/CodeGen/PowerPC/ppc440-fp-basic.ll
index 6884570a8aa..77b726c5ae3 100644
--- a/test/CodeGen/PowerPC/ppc440-fp-basic.ll
+++ b/test/CodeGen/PowerPC/ppc440-fp-basic.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ppc32 -mcpu=440 -fuse-fp-ops=fast | FileCheck %s
+; RUN: llc < %s -march=ppc32 -mcpu=440 -fp-contract=fast | FileCheck %s
%0 = type { double, double }