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