[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / CodeGen / X86 / invalid-shift-immediate.ll
index 21ad6e8f1a07bdce6f2a3ff83ca71b75cd7a944c..1fb80c7dba7fa4d5bd95823744b316fef9360b9c 100644 (file)
@@ -17,7 +17,7 @@ entry:
        br i1 %toBool, label %bb, label %bb5
 
 bb:            ; preds = %entry
-       %tmp4 = call i32 (...)* @bar( ) nounwind                ; <i32> [#uses=0]
+       %tmp4 = call i32 (...) @bar( ) nounwind                 ; <i32> [#uses=0]
        br label %bb5
 
 bb5:           ; preds = %bb, %entry