[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / ExecutionEngine / MCJIT / hello2.ll
index 13b25884fee7a043a85e0aa2ed696cf5ed3b7a2b..31a1a6e7a74e856f1bfa79eb922f953b6b9e2323 100644 (file)
@@ -6,7 +6,7 @@
 declare void @printf([13 x i8]*, ...)
 
 define void @bar() {
-       call void ([13 x i8]*, ...)* @printf( [13 x i8]* @msg )
+       call void ([13 x i8]*, ...) @printf( [13 x i8]* @msg )
        ret void
 }