mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 09:21:13 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06cebb456a
commit
e2fd52397c
7
test/CodeGen/X86/fast-cc-callee-pops.ll
Normal file
7
test/CodeGen/X86/fast-cc-callee-pops.ll
Normal file
@ -0,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
|
||||
}
|
Loading…
Reference in New Issue
Block a user