[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Analysis / LazyCallGraph / basic.ll
index 6e2cb905c37b50efbe361524a7944bd1ad6cfe43..7c13d2bef390c2cd97c21d3f2511517658303eef 100644 (file)
@@ -90,7 +90,7 @@ next:
   select i1 true, void ()* @f3, void ()* @f4
   store void ()* @f5, void ()** %x
   call void @f6()
-  call void (void ()*, void ()*)* bitcast (void ()* @f7 to void (void ()*, void ()*)*)(void ()* @f8, void ()* @f9)
+  call void (void ()*, void ()*) bitcast (void ()* @f7 to void (void ()*, void ()*)*)(void ()* @f8, void ()* @f9)
   invoke void @f10() to label %exit unwind label %unwind
 
 exit: