XFAIL tailcall test cases until it's implemented.

llvm-svn: 25697
This commit is contained in:
Evan Cheng 2006-01-27 21:13:27 +00:00
parent d2c6fbef4a
commit b22e64b314
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
; XFAIL: *
; RUN: llvm-as < %s | llc -march=x86 -enable-x86-fastcc | grep 'jmp \*%ecx'
declare int %putchar(int)

View File

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