[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / ExecutionEngine / OrcMCJIT / hello2.ll
index 8f071cd34a4bc2836c701ac09178326e242574f7..bb6a9cf12f7c7b49acf9d020ca233efed7dd7db8 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
 }