diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-01-27 21:13:27 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-01-27 21:13:27 +0000 |
commit | 8cb1e2b6f4a9e3f6a3e7f6bb1397c5ca1e02e927 (patch) | |
tree | dbc6efe5bf5bd6bdd7a48e28e12d5ef662ee9cfd /test/CodeGen | |
parent | ee625573b5b39b91441fc6ea23f3ba415abdc71f (diff) | |
download | external_llvm-8cb1e2b6f4a9e3f6a3e7f6bb1397c5ca1e02e927.zip external_llvm-8cb1e2b6f4a9e3f6a3e7f6bb1397c5ca1e02e927.tar.gz external_llvm-8cb1e2b6f4a9e3f6a3e7f6bb1397c5ca1e02e927.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2005-12-03-IndirectTailCall.ll | 1 | ||||
-rw-r--r-- | test/CodeGen/X86/fast-cc-tail-call.ll | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2005-12-03-IndirectTailCall.ll b/test/CodeGen/X86/2005-12-03-IndirectTailCall.ll index 77a21f4..e5a08e9 100644 --- a/test/CodeGen/X86/2005-12-03-IndirectTailCall.ll +++ b/test/CodeGen/X86/2005-12-03-IndirectTailCall.ll @@ -1,3 +1,4 @@ +; XFAIL: * ; RUN: llvm-as < %s | llc -march=x86 -enable-x86-fastcc | grep 'jmp \*%ecx' declare int %putchar(int) diff --git a/test/CodeGen/X86/fast-cc-tail-call.ll b/test/CodeGen/X86/fast-cc-tail-call.ll index 34ce5fd..25ba384 100644 --- a/test/CodeGen/X86/fast-cc-tail-call.ll +++ b/test/CodeGen/X86/fast-cc-tail-call.ll @@ -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) { |