diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-02-26 20:40:22 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-26 20:40:22 +0000 |
| commit | fa6b3668922773e8d446c5755728f64d0b19dc95 (patch) | |
| tree | 6c67b3d1ef53f715c26b573535929e9795d6ae51 /llvm/test/CodeGen/X86/coalescer-commute1.ll | |
| parent | f120c6227129b600a2ba6bd7e974e371280393ad (diff) | |
| download | bcm5719-llvm-fa6b3668922773e8d446c5755728f64d0b19dc95.tar.gz bcm5719-llvm-fa6b3668922773e8d446c5755728f64d0b19dc95.zip | |
Enable -coalescer-commute-instrs by default.
llvm-svn: 47623
Diffstat (limited to 'llvm/test/CodeGen/X86/coalescer-commute1.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/coalescer-commute1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/coalescer-commute1.ll b/llvm/test/CodeGen/X86/coalescer-commute1.ll index 6613ac2dbf7..0fae2a65946 100644 --- a/llvm/test/CodeGen/X86/coalescer-commute1.ll +++ b/llvm/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] |

