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-07-17 07:59:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-17 07:59:08 +0000
commit89d1659cf2db49162742ea3a261832b70e2897f9 (patch)
tree7376e3d34db22e59a358330791e4d22f588d2d9e /test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
parent8d1b8f7e388879c0a3e098845b6a5dad63449f3d (diff)
downloadllvm-89d1659cf2db49162742ea3a261832b70e2897f9.tar.gz
llvm-89d1659cf2db49162742ea3a261832b70e2897f9.tar.bz2
llvm-89d1659cf2db49162742ea3a261832b70e2897f9.tar.xz
Use push / pop for prologues and epilogues.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39967 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 d829544c38..4083a24fa8 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 -march=x86 -mtriple=i686-darwin | \
-; RUN: grep {addl \$12, %esp}
+; RUN: grep push | wc -l | grep 3
define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) {
entry: