[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / CodeGen / AArch64 / arm64-join-reserved.ll
index e99168b5eba3fdf7ea4cdc4cb55198a53e3b03a8..dee0344835419544517b2015d2a2a721148910b9 100644 (file)
@@ -10,7 +10,7 @@ target triple = "arm64-apple-macosx10"
 ; CHECK: ret
 define void @g() nounwind ssp {
 entry:
-  tail call void (i32, ...)* @f(i32 0, i32 0) nounwind
+  tail call void (i32, ...) @f(i32 0, i32 0) nounwind
   ret void
 }