aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/coalescer-commute1.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-26 20:40:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-26 20:40:22 +0000
commit4d535cadf159d30619464f61f1386ffc9a340597 (patch)
tree83485b12ed0980c945708d3e6675f7232deb2238 /test/CodeGen/X86/coalescer-commute1.ll
parent390724618c8fe6566ba08ed4135f5eac976ad948 (diff)
downloadexternal_llvm-4d535cadf159d30619464f61f1386ffc9a340597.zip
external_llvm-4d535cadf159d30619464f61f1386ffc9a340597.tar.gz
external_llvm-4d535cadf159d30619464f61f1386ffc9a340597.tar.bz2
Enable -coalescer-commute-instrs by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/coalescer-commute1.ll')
-rw-r--r--test/CodeGen/X86/coalescer-commute1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/coalescer-commute1.ll b/test/CodeGen/X86/coalescer-commute1.ll
index 6613ac2..0fae2a6 100644
--- a/test/CodeGen/X86/coalescer-commute1.ll
+++ b/test/CodeGen/X86/coalescer-commute1.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 -coalescer-commute-instrs | not grep movaps
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps
; PR1877
@NNTOT = weak global i32 0 ; <i32*> [#uses=1]