[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Verifier / varargs-intrinsic.ll
index 2fff1db7d0cecafc5978d4137731990a82096b46..26fe61fb058dca6eb7a1d2c3f1583600b4a798b3 100644 (file)
@@ -10,7 +10,7 @@ define void @foo1() {
 }
 
 define void @foo2() {
-  call void (...)* @llvm.donothing(i64 0, i64 1)
+  call void (...) @llvm.donothing(i64 0, i64 1)
 ; CHECK: Intrinsic was not defined with variable arguments!
   ret void
 }