cleanup the test
authorChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:24:45 +0000 (22:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:24:45 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20504 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll

index 9d1b7488651df8c06d0d8e08a85db5bf2e9f457b..86fd05edab5cb2cebbdc2d0f81574c3101e82bd3 100644 (file)
@@ -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]