summaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-30 17:10:47 +0000
committerChris Lattner <sabre@nondot.org>2004-11-30 17:10:47 +0000
commit15a286b6651f18b5db98054a331bbcc2ac27bc09 (patch)
tree0fac357e9d56fcd23dbc7d9dcce5fc6f05e4866f /test/Transforms/TailCallElim
parent6b205c3ef12fdeee8c931c614233f2aa5b420994 (diff)
downloadllvm-15a286b6651f18b5db98054a331bbcc2ac27bc09.tar.gz
llvm-15a286b6651f18b5db98054a331bbcc2ac27bc09.tar.bz2
llvm-15a286b6651f18b5db98054a331bbcc2ac27bc09.tar.xz
This is a cross platform fail, failing on freebsd as well
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18388 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 159cb4ae55..00d771d252 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
+; XFAIL: *
; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | not grep call
int %t4(int %a) {