[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Assembler / musttail-invalid-1.ll
index b123a9151d3d4f27280f3e26b58bc4b0a82b0c6a..e9141c813dff675924beb26f0b3ee6faa7a96cd5 100644 (file)
@@ -8,7 +8,7 @@
 declare i8* @f(i8*, ...)
 
 define i8* @f_thunk(i8* %this) {
-  %rv = musttail call i8* (i8*, ...)* @f(i8* %this, ...)
+  %rv = musttail call i8* (i8*, ...) @f(i8* %this, ...)
 ; CHECK: error: unexpected ellipsis in argument list for musttail call in non-varargs function
   ret i8* %rv
 }