diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-10-18 19:57:27 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-10-18 19:57:27 +0000 |
commit | d36076e4a3a57f55c044cd1cf21a39abe1edf2de (patch) | |
tree | e7ca5e48865369ab6816f2ceb1a7855e426ce8cf /test/CodeGen/X86/fastcc.ll | |
parent | eb6e1daa4379f5d2a27ba487cbd6c5fc8d125d71 (diff) |
Turn on post-alloc scheduling for x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fastcc.ll')
-rw-r--r-- | test/CodeGen/X86/fastcc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fastcc.ll b/test/CodeGen/X86/fastcc.ll index d538264c6d..705ab7bada 100644 --- a/test/CodeGen/X86/fastcc.ll +++ b/test/CodeGen/X86/fastcc.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | FileCheck %s +; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 -post-RA-scheduler=false | FileCheck %s ; CHECK: movsd %xmm0, 8(%esp) ; CHECK: xorl %ecx, %ecx |