[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Transforms / ObjCARC / intrinsic-use-isolated.ll
index f5c31fd82ecb0f76d0f179b18fec97578c8cb1c6..03d7520dde917ab262453fb1a998abca37b4a359 100644 (file)
@@ -10,7 +10,7 @@ declare void @clang.arc.use(...) nounwind
 ; CHECK-NOT: clang.arc.use
 ; CHECK: }
 define void @test0(i8* %a, i8* %b) {
-  call void (...)* @clang.arc.use(i8* %a, i8* %b) nounwind
+  call void (...) @clang.arc.use(i8* %a, i8* %b) nounwind
   ret void
 }