[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
Evan Cheng
evan.cheng at apple.com
Wed Apr 4 01:49:58 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
2007-03-15-GEP-Idx-Sink.ll updated: 1.2 -> 1.3
---
Log message:
Better still.
---
Diffs of the changes: (+1 -1)
2007-03-15-GEP-Idx-Sink.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
diff -u llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll:1.2 llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll:1.3
--- llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll:1.2 Wed Apr 4 02:40:55 2007
+++ llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll Wed Apr 4 03:49:40 2007
@@ -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:
More information about the llvm-commits
mailing list