[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-08-StrLenSink.ll
index af0ffeb75cd9289a5446eeebc81c58d2255de69a..ce1923338c6bb98d2873a3c955ffac82ce72e11f 100644 (file)
@@ -18,7 +18,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]
        br label %return
 
 return:                ; preds = %entry