[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 11 11:42:37 PDT 2005
Changes in directory llvm/test/Regression/Transforms/LoopStrengthReduce:
dont_reduce_bytes.ll updated: 1.3 -> 1.4
---
Log message:
this passes with the change in predicate
---
Diffs of the changes: (+0 -2)
dont_reduce_bytes.ll | 2 --
1 files changed, 2 deletions(-)
Index: llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll
diff -u llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll:1.3 llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll:1.4
--- llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll:1.3 Tue Oct 11 13:28:48 2005
+++ llvm/test/Regression/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll Tue Oct 11 13:42:26 2005
@@ -3,8 +3,6 @@
; RUN: llvm-as < %s | opt -loop-reduce -disable-output
-; XFAIL: *
-
declare bool %pred(int)
void %test(sbyte* %PTR) {
More information about the llvm-commits
mailing list