[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll

Evan Cheng evan.cheng at apple.com
Mon Apr 16 11:59:46 PDT 2007



Changes in directory llvm/test/CodeGen/X86:

2007-03-15-GEP-Idx-Sink.ll updated: 1.4 -> 1.5
---
Log message:

One more callee-saved register used.

---
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.4 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.4	Sun Apr 15 17:16:46 2007
+++ llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll	Mon Apr 16 13:59:25 2007
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-darwin | \
-; RUN:   grep {addl \$12, %esp}
+; RUN:   grep {addl \$16, %esp}
 
 define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) {
 entry:






More information about the llvm-commits mailing list