[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
Chris Lattner
sabre at nondot.org
Mon Apr 16 14:30:42 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
2007-03-15-GEP-Idx-Sink.ll updated: 1.5 -> 1.6
---
Log message:
refix this
---
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.5 llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll:1.6
--- llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll:1.5 Mon Apr 16 13:59:25 2007
+++ llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll Mon Apr 16 16:30:21 2007
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-darwin | \
-; RUN: grep {addl \$16, %esp}
+; RUN: grep {addl \$12, %esp}
define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) {
entry:
More information about the llvm-commits
mailing list