summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit3f6419949c71f3e4cdd034285c1d3068476051ce (patch)
tree661f0da6490eb77dc34ea6cbc60eccf93b74cd67 /llvm
parent951673a94c596861c11f7e3897e1a1ec9d97d101 (diff)
downloadbcm5719-llvm-3f6419949c71f3e4cdd034285c1d3068476051ce.tar.gz
bcm5719-llvm-3f6419949c71f3e4cdd034285c1d3068476051ce.zip
This is a cross platform fail, failing on freebsd as well
llvm-svn: 18388
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll b/llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll
index 159cb4ae55f..00d771d252f 100644
--- a/llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll
+++ b/llvm/test/Regression/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) {
OpenPOWER on IntegriCloud