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 08:49:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-04-04 08:49:40 +0000
commit1c89bd10b3effd3b4804a0af2a67cb2855cdecdb (patch)
tree7b4036c87b38a756414494bddac9e6346f7a313b /test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
parent43cbb2d33d7dcbfe7c526bd2e18760dbcd3be8e5 (diff)
downloadllvm-1c89bd10b3effd3b4804a0af2a67cb2855cdecdb.tar.gz
llvm-1c89bd10b3effd3b4804a0af2a67cb2855cdecdb.tar.bz2
llvm-1c89bd10b3effd3b4804a0af2a67cb2855cdecdb.tar.xz
Better still.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35663 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 a4ba739775..17e4e01c6e 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 $16, %esp'
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-darwin | grep 'addl $12, %esp'
define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) {
entry: