[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Transforms / LoopInterchange / interchange.ll
index 30a4a711f882083955ce0b7396473bc61dd38fe9..39941660e6013f3a7f056c87f7ca3b9844d9cb06 100644 (file)
@@ -376,7 +376,7 @@ for.body.lr.ph:
 
 for.body:
   %indvars.iv24 = phi i64 [ 0, %for.body.lr.ph ], [ %indvars.iv.next25, %for.inc10 ]
-  tail call void (...)* @foo()
+  tail call void (...) @foo()
   br label %for.body3
 
 for.body3: