[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Transforms / LoopRotate / PhiRename-1.ll
index 8ec0fbf789d14dd1b75f5fd629ac08d467ea6a36..6d75888d70db55f62ca17f32d6cb4f3092226980 100644 (file)
@@ -60,7 +60,7 @@ cond_true:            ; preds = %bb
        %tmp12 = load i32, i32* %tmp11          ; <i32> [#uses=1]
        %tmp13 = load %struct.FILE*, %struct.FILE** @outfile            ; <%struct.FILE*> [#uses=1]
        %tmp14 = getelementptr [11 x i8], [11 x i8]* @str1, i32 0, i32 0                ; <i8*> [#uses=1]
-       %tmp15 = call i32 (%struct.FILE*, i8*, ...)* @fprintf( %struct.FILE* %tmp13, i8* %tmp14, i32 %tmp12 )           ; <i32> [#uses=0]
+       %tmp15 = call i32 (%struct.FILE*, i8*, ...) @fprintf( %struct.FILE* %tmp13, i8* %tmp14, i32 %tmp12 )            ; <i32> [#uses=0]
        %tmp16 = load i32, i32* %c              ; <i32> [#uses=1]
        %tmp17 = add i32 %tmp16, 1              ; <i32> [#uses=1]
        store i32 %tmp17, i32* %c