[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll
Chris Lattner
lattner at cs.uiuc.edu
Fri May 13 15:15:41 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/X86:
fast-cc-callee-pops.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+7 -0)
fast-cc-callee-pops.ll | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll
diff -c /dev/null llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll:1.1
*** /dev/null Fri May 13 17:15:36 2005
--- llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll Fri May 13 17:15:26 2005
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'ret 20'
+
+ ; Check that a fastcc function pops its stack variables before returning.
+
+ fastcc void %func(long %X, long %Y, float %G, double %Z) {
+ ret void
+ }
More information about the llvm-commits
mailing list