[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / different-type-ivs.ll
index 0dfd082ec7e96b551008a944173e325664f669fd..c24f877a5502e9547dbf281a21da5594bba1f4d7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -loop-reduce -disable-output
+; RUN: opt %s -loop-reduce -disable-output
 ; Test to make sure that loop-reduce never crashes on IV's 
 ; with different types but identical strides.
 
@@ -11,7 +11,7 @@ no_exit:              ; preds = %no_exit, %entry
        %X.0.0 = mul i16 %indvar.upgrd.1, 1234          ; <i16> [#uses=1]
        %tmp. = mul i32 %indvar, 1234           ; <i32> [#uses=1]
        %tmp.5 = sext i16 %X.0.0 to i32         ; <i32> [#uses=1]
-       %tmp.3 = call i32 (...)* @bar( i32 %tmp.5, i32 %tmp. )          ; <i32> [#uses=0]
+       %tmp.3 = call i32 (...) @bar( i32 %tmp.5, i32 %tmp. )           ; <i32> [#uses=0]
        %tmp.0 = call i1 @pred( )               ; <i1> [#uses=1]
        %indvar.next = add i32 %indvar, 1               ; <i32> [#uses=1]
        br i1 %tmp.0, label %return, label %no_exit