[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Feature / attributes.ll
index 0392d8632139e332d0662f54f222950f01ff4768..cae3cbfe79bad153b67a9a4024a545fdc3e33678 100644 (file)
@@ -6,7 +6,7 @@
 
 define void @foo() #0 {
 entry:
-  %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @.str, i32 0, i32 0))
+  %call = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @.str, i32 0, i32 0))
   ret void
 }