]> granicus.if.org Git - clang/commitdiff
Fix one more check string after r315045.
authorAkira Hatanaka <ahatanaka@apple.com>
Fri, 6 Oct 2017 08:05:34 +0000 (08:05 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Fri, 6 Oct 2017 08:05:34 +0000 (08:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315047 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/os_log.m

index 6809fb0d990e5a2f77b0f49e978e834d16e165dc..9bcc712a79ffad1dac3747d69ba493fde65d21f3 100644 (file)
@@ -33,7 +33,7 @@ void *test_builtin_os_log(void *buf) {
   // CHECK: %[[ARGDATA_I:.*]] = getelementptr i8, i8* %[[BUF]], i64 4
   // CHECK: %[[ARGDATACAST_I:.*]] = bitcast i8* %[[ARGDATA_I]] to i64*
   // CHECK: store i64 %[[V2]], i64* %[[ARGDATACAST_I]], align 1
-  // CHECK: tail call void (...) @clang.arc.use(%[[V0]]* %[[CALL]])
+  // CHECK: tail call void (...) @clang.arc.use(%[[TY0]]* %[[CALL]])
   // CHECK: tail call void @objc_release(i8* %[[V0]])
   // CHECK: ret i8* %[[BUF]]