XFAIL tailcall test cases until it's implemented.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25697 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-01-27 21:13:27 +00:00
parent ee625573b5
commit 8cb1e2b6f4
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) {