[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / ExecutionEngine / MCJIT / fpbitcast.ll
index bd7beb8c505a90cb7e84537a482c70ecaa282daa..670c142c0ffe5eec306a8bad6598c7a6b0093763 100644 (file)
@@ -13,7 +13,7 @@ define i32 @main()
 {
        %res = call i32 @test(double 3.14)
        %ptr = getelementptr [4 x i8], [4 x i8]* @format, i32 0, i32 0
-       call i32 (i8*,...)* @printf(i8* %ptr, i32 %res)
+       call i32 (i8*,...) @printf(i8* %ptr, i32 %res)
        ret i32 0
 }