diff --git a/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll b/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll index 9d1b7488651..86fd05edab5 100644 --- a/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll +++ b/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll @@ -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 @@ Out: 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]