summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-04-04 07:41:15 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-04-04 07:41:15 +0000
commit96598233fc643231598aca745e50e5553d17694a (patch)
treeebb88f099eacb531284f2e79f733c0e8da959add /test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
parent9193514e2e3e599e241220b72bc9add25a80a8fd (diff)
downloadllvm-96598233fc643231598aca745e50e5553d17694a.tar.gz
llvm-96598233fc643231598aca745e50e5553d17694a.tar.bz2
llvm-96598233fc643231598aca745e50e5553d17694a.tar.xz
These got better.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll')
-rw-r--r--test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll b/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
index 62feeabe71..a4ba739775 100644
--- a/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
+++ b/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc &&
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-darwin | grep 'addl $20, %esp'
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-darwin | grep 'addl $16, %esp'
define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) {
entry: