This is a cross platform fail, failing on freebsd as well
authorChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2004 17:10:47 +0000 (17:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2004 17:10:47 +0000 (17:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18388 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/TailCallElim/tail_call_with_branch.ll

index 159cb4ae55f31015cbee47f71122be093920540e..00d771d252fc6e408cfe5ea66cd76ee574cc6863 100644 (file)
@@ -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) {