summaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 20:38:27 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 20:38:27 +0000
commit12ff96854d6f03dd6cc67abb68843fd8b94e065b (patch)
tree802c948bbb9372b04be00a607f8030a671079b65 /test/Transforms/TailCallElim
parentd2fb4d7906e9e89f4069c014a8c0b8bda0a3563f (diff)
downloadllvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.gz
llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.bz2
llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.xz
Adding XFAIL lines for dejagnu support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/TailCallElim')
-rw-r--r--test/Transforms/TailCallElim/tail_call_with_branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailCallElim/tail_call_with_branch.ll b/test/Transforms/TailCallElim/tail_call_with_branch.ll
index de606fc231..159cb4ae55 100644
--- a/test/Transforms/TailCallElim/tail_call_with_branch.ll
+++ b/test/Transforms/TailCallElim/tail_call_with_branch.ll
@@ -1,7 +1,7 @@
; This testcase is due to tail-duplication not wanting to copy the return
; instruction into the terminating blocks because there was other code
; optimized out of the function after the taildup happened.
-
+; XFAIL: linux,sun,darwin
; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | not grep call
int %t4(int %a) {