[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-08-LiveStoreDelete.ll
index e007e6f0aba18928288f7eed09cdd54aea5e01a4..907382093d116b05f672e36b29210da9270435f6 100644 (file)
@@ -14,7 +14,7 @@ entry:
        %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly                 ; <i32> [#uses=1]
        %tmp9 = getelementptr i8, i8* %tmp1, i32 0              ; <i8*> [#uses=1]
        store i8 0, i8* %tmp9, align 1
-       %tmp11 = call i32 (...)* @b( i8* %tmp1 ) nounwind               ; <i32> [#uses=0]
+       %tmp11 = call i32 (...) @b( i8* %tmp1 ) nounwind                ; <i32> [#uses=0]
        ret i32 %tmp7
 }