[llvm-commits] CVS: llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll
Tanya Brethour
tbrethou at cs.uiuc.edu
Sat Nov 6 12:38:40 PST 2004
Changes in directory llvm/test/Regression/Transforms/TailCallElim:
tail_call_with_branch.ll updated: 1.1 -> 1.2
---
Log message:
Adding XFAIL lines for dejagnu support.
---
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.1 llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll:1.2
--- llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll:1.1 Tue Dec 9 10:26:42 2003
+++ llvm/test/Regression/Transforms/TailCallElim/tail_call_with_branch.ll Sat Nov 6 14:38:27 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
; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | not grep call
int %t4(int %a) {
More information about the llvm-commits
mailing list