mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
new testcase
llvm-svn: 22037
This commit is contained in:
parent
37e226fa9b
commit
b87c89a574
8
test/Regression/CodeGen/X86/fast-cc-merge-stack-adj.ll
Normal file
8
test/Regression/CodeGen/X86/fast-cc-merge-stack-adj.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'add %ESP, 8'
|
||||
|
||||
declare fastcc void %func(int %X, long %Y)
|
||||
|
||||
fastcc void %caller(int, long) {
|
||||
tail call fastcc void %func(int 1234567890, long 0)
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user