[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / DebugInfo / 2009-11-10-CurrentFn.ll
index 2fc710a6f07c660aae706f71cd4c7b9989e555c2..f6255ec7586430481c76be45d96cb242651539b8 100644 (file)
@@ -2,7 +2,7 @@
 
 define void @bar(i32 %i) nounwind uwtable ssp {
 entry:
-  tail call void (...)* @foo() nounwind, !dbg !14
+  tail call void (...) @foo() nounwind, !dbg !14
   ret void, !dbg !16
 }