summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-08-26 07:38:36 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-08-26 07:38:36 +0000
commit275697b486290271a3ade8aad1f5b3213eecf1c7 (patch)
tree57cb8b42142f71dd0d0ec5824714b1ffd15eebee /test
parent9ade218533429146731213eacb7e12060e65ff58 (diff)
downloadllvm-275697b486290271a3ade8aad1f5b3213eecf1c7.tar.gz
llvm-275697b486290271a3ade8aad1f5b3213eecf1c7.tar.bz2
llvm-275697b486290271a3ade8aad1f5b3213eecf1c7.tar.xz
Improved codegen due to Chris' live interval joining changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2006-05-08-InstrSched.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-05-08-InstrSched.ll b/test/CodeGen/X86/2006-05-08-InstrSched.ll
index 978484c424..8743909fff 100644
--- a/test/CodeGen/X86/2006-05-08-InstrSched.ll
+++ b/test/CodeGen/X86/2006-05-08-InstrSched.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | not grep 'xorb $16, %cl'
+; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | not grep 'subl.*%esp'
%A = external global ushort*
%B = external global uint