mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
update testcases for x86 fastcc changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
21495775e7
commit
120e07f8b5
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'ret 20'
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'ret 28'
|
||||
|
||||
; Check that a fastcc function pops its stack variables before returning.
|
||||
|
||||
|
@ -1,7 +1,9 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'mov %EDX, 1'
|
||||
|
||||
; check that fastcc is passing stuff in regs.
|
||||
|
||||
; Argument reg passing is disabled due to regalloc issues. FIXME!
|
||||
; XFAIL: *
|
||||
|
||||
declare fastcc long %callee(long)
|
||||
|
||||
long %caller() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user