[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / DebugInfo / Mips / fn-call-line.ll
index 2252c2084313753fea6f335fc808a89792a547ee..ad90fa808ea74b1d5f7a8c7c7e448b9ac58a6329 100644 (file)
@@ -54,8 +54,8 @@
 ; Function Attrs: nounwind uwtable
 define void @f2() #0 {
 entry:
-  call void (...)* @f1(), !dbg !11
-  call void (...)* @f1(), !dbg !12
+  call void (...) @f1(), !dbg !11
+  call void (...) @f1(), !dbg !12
   ret void, !dbg !13
 }