mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-31 16:14:15 +00:00
eaf27d276a
properly aligned llvm-svn: 34788
8 lines
257 B
LLVM
8 lines
257 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -mcpu=yonah | grep 'ret 20'
|
|
|
|
; Check that a fastcc function pops its stack variables before returning.
|
|
|
|
x86_fastcallcc void %func(long %X, long %Y, float %G, double %Z) {
|
|
ret void
|
|
}
|