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