[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Assembler / musttail-invalid-2.ll
index 3bcb51fc48519f7443facf5d2f1e19512b07c92d..8602afd3d2cb7eefa8e6a9f616ed0015705dfa5e 100644 (file)
@@ -7,7 +7,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: expected '...' at end of argument list for musttail call in varargs function
   ret i8* %rv
 }