update testcases for x86 fastcc changes.

llvm-svn: 26842
This commit is contained in:
Chris Lattner 2006-03-18 23:48:54 +00:00
parent c28282bd87
commit 544dab3a35
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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() {