[llvm-commits] CVS: llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 30 09:10:59 PST 2004



Changes in directory llvm/test/Regression/Transforms/TailCallElim:

tail_call_with_branch.ll updated: 1.2 -> 1.3
---
Log message:

This is a cross platform fail, failing on freebsd as well


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll
diff -u llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll:1.2 llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll:1.3
--- llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll:1.2	Sat Nov  6 14:38:27 2004
+++ llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll	Tue Nov 30 11:10:47 2004
@@ -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) {






More information about the llvm-commits mailing list