mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
XFAIL tailcall test cases until it's implemented.
llvm-svn: 25697
This commit is contained in:
parent
d2c6fbef4a
commit
b22e64b314
@ -1,3 +1,4 @@
|
||||
; XFAIL: *
|
||||
; RUN: llvm-as < %s | llc -march=x86 -enable-x86-fastcc | grep 'jmp \*%ecx'
|
||||
declare int %putchar(int)
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
; XFAIL: *
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | not grep call
|
||||
|
||||
fastcc int %bar(int %X, int(double, int) *%FP) {
|
||||
|
Loading…
Reference in New Issue
Block a user