[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Analysis / BasicAA / 2006-03-03-BadArraySubscript.ll
index eb05e1edd75b95252e60c73f6ac40de70376688e..98161bff9273d29e05405d1f9c07132a16ea3ee1 100644 (file)
@@ -26,7 +26,7 @@ no_exit:              ; preds = %no_exit, %entry
 loopexit:              ; preds = %no_exit, %entry
        %Y.0.1 = phi i32 [ 0, %entry ], [ %tmp.13, %no_exit ]           ; <i32> [#uses=1]
        %tmp.4 = getelementptr [3 x [3 x i32]], [3 x [3 x i32]]* %X, i32 0, i32 0               ; <[3 x i32]*> [#uses=1]
-       %tmp.15 = call i32 (...)* @foo( [3 x i32]* %tmp.4, i32 %Y.0.1 )         ; <i32> [#uses=0]
+       %tmp.15 = call i32 (...) @foo( [3 x i32]* %tmp.4, i32 %Y.0.1 )          ; <i32> [#uses=0]
        ret void
 }