summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-11-InstrSched.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-02-09 08:45:39 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-02-09 08:45:39 +0000
commit8f0d99e463a2dcb5a40d14f0481a0e322bcf79e4 (patch)
treefa4cacfb1f1dc218630e8c960b8586c91c08a5f9 /test/CodeGen/X86/2006-05-11-InstrSched.ll
parent190424edcdbb6dcb1b6197b0cc79e2a1cbaa3fb6 (diff)
downloadllvm-8f0d99e463a2dcb5a40d14f0481a0e322bcf79e4.tar.gz
llvm-8f0d99e463a2dcb5a40d14f0481a0e322bcf79e4.tar.bz2
llvm-8f0d99e463a2dcb5a40d14f0481a0e322bcf79e4.tar.xz
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrnach bug are fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-05-11-InstrSched.ll')
-rw-r--r--test/CodeGen/X86/2006-05-11-InstrSched.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-05-11-InstrSched.ll b/test/CodeGen/X86/2006-05-11-InstrSched.ll
index 9d1d324fce..774e7243fd 100644
--- a/test/CodeGen/X86/2006-05-11-InstrSched.ll
+++ b/test/CodeGen/X86/2006-05-11-InstrSched.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -realign-stack=0 |&\
-; RUN: grep {asm-printer} | grep 32
+; RUN: grep {asm-printer} | grep 31
target datalayout = "e-p:32:32"
define void @foo(i32* %mc, i32* %bp, i32* %ms, i32* %xmb, i32* %mpp, i32* %tpmm, i32* %ip, i32* %tpim, i32* %dpp, i32* %tpdm, i32* %bpi, i32 %M) nounwind {