[llvm-commits] CVS: llvm/test/Transforms/IndVarsSimplify/exit_value_tests.llx

Reid Spencer reid at x10sys.com
Sun Apr 15 16:01:45 PDT 2007



Changes in directory llvm/test/Transforms/IndVarsSimplify:

exit_value_tests.llx updated: 1.4 -> 1.5
---
Log message:

For PR1336: http://llvm.org/PR1336 :
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.


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

 exit_value_tests.llx |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Transforms/IndVarsSimplify/exit_value_tests.llx
diff -u llvm/test/Transforms/IndVarsSimplify/exit_value_tests.llx:1.4 llvm/test/Transforms/IndVarsSimplify/exit_value_tests.llx:1.5
--- llvm/test/Transforms/IndVarsSimplify/exit_value_tests.llx:1.4	Sun Apr 15 03:30:32 2007
+++ llvm/test/Transforms/IndVarsSimplify/exit_value_tests.llx	Sun Apr 15 18:00:46 2007
@@ -4,6 +4,7 @@
 ;
 ; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -adce -simplifycfg | \
 ; RUN:   llvm-dis | not grep br
+; XFAIL: *
 
 int %polynomial_constant() {
         br label %Loop






More information about the llvm-commits mailing list