[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / CodeGen / X86 / variadic-node-pic.ll
index 1182a306abd0809ff43927733ab52456e2df9f6b..704459e67a6d2108924ffe1860d50ba8531440c3 100644 (file)
@@ -6,6 +6,6 @@ target triple = "x86_64-apple-darwin8"
 declare void @xscanf(i64) nounwind 
 
 define void @foo() nounwind  {
-       call void (i64)* @xscanf( i64 0 ) nounwind
+       call void (i64) @xscanf( i64 0 ) nounwind
        unreachable
 }