From 275697b486290271a3ade8aad1f5b3213eecf1c7 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sat, 26 Aug 2006 07:38:36 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/2006-05-08-InstrSched.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2006-05-08-InstrSched.ll b/test/CodeGen/X86/2006-05-08-InstrSched.ll index 978484c4241..8743909fffd 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 -- 2.34.1