[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Mar 6 14:24:58 PST 2005



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

dont_insert_redundant_ops.ll updated: 1.1 -> 1.2
---
Log message:

cleanup the test


---
Diffs of the changes:  (+2 -4)

 dont_insert_redundant_ops.ll |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


Index: llvm/test/Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
diff -u llvm/test/Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll:1.1 llvm/test/Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll:1.2
--- llvm/test/Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll:1.1	Sun Mar  6 16:23:31 2005
+++ llvm/test/Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll	Sun Mar  6 16:24:45 2005
@@ -3,7 +3,7 @@
 
 declare bool %pred()
 
-void %test({ int, int }* %P) {
+void %test1({ int, int }* %P) {
 	br label %Loop
 Loop:
 	%INDVAR = phi int [0, %0], [%INDVAR2, %Loop]
@@ -21,9 +21,7 @@
 	ret void
 }
 
-declare bool %pred()
-
-void %test([2 x int]* %P) {
+void %test2([2 x int]* %P) {
 	br label %Loop
 Loop:
 	%INDVAR = phi int [0, %0], [%INDVAR2, %Loop]






More information about the llvm-commits mailing list