diff options
Diffstat (limited to 'test/Transforms/TailCallElim/tail_call_with_branch.ll')
-rw-r--r-- | test/Transforms/TailCallElim/tail_call_with_branch.ll | 2 |
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) { |