commit | 59d454959f36681dc1d68109012edc4cb019f351 | [log] [tgz] |
---|---|---|
author | Lang Hames <lhames@gmail.com> | Fri Jun 22 22:31:00 2012 +0000 |
committer | Lang Hames <lhames@gmail.com> | Fri Jun 22 22:31:00 2012 +0000 |
tree | 1daf51a793d6ff500cded1fde3cd8a7adbbbc717 | |
parent | 0cafa139c01aa9d5072b185d686a05b9d8ab1ee7 [diff] [blame] |
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
diff --git a/test/CodeGen/PowerPC/a2-fp-basic.ll b/test/CodeGen/PowerPC/a2-fp-basic.ll index a4370fa..de3aa7c 100644 --- a/test/CodeGen/PowerPC/a2-fp-basic.ll +++ b/test/CodeGen/PowerPC/a2-fp-basic.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc64 -mcpu=a2 -fuse-fp-ops=fast | FileCheck %s +; RUN: llc < %s -march=ppc64 -mcpu=a2 -fp-contract=fast | FileCheck %s %0 = type { double, double }