[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 14 18:22:04 PST 2004
Changes in directory llvm/test/Regression/CodeGen/X86:
2004-02-14-InefficientStackPointer.llx added (r1.1)
---
Log message:
New testcase for PR237: [x86] wierd stack/frame pointer manipulation
---
Diffs of the changes: (+5 -0)
Index: llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
diff -c /dev/null llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx:1.1
*** /dev/null Sat Feb 14 18:21:14 2004
--- llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx Sat Feb 14 18:21:04 2004
***************
*** 0 ****
--- 1,5 ----
+ ; RUN: llvm-as < %s | llc -march=x86 | grep ESP | not grep sub
+
+ int %test(int %X) {
+ ret int %X
+ }
More information about the llvm-commits
mailing list