From: Akira Hatanaka Date: Fri, 6 Oct 2017 08:05:34 +0000 (+0000) Subject: Fix one more check string after r315045. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3edd35c6fa920a203edfef9f52ad46c356ce8281;p=clang Fix one more check string after r315045. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315047 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/os_log.m b/test/CodeGenObjC/os_log.m index 6809fb0d99..9bcc712a79 100644 --- a/test/CodeGenObjC/os_log.m +++ b/test/CodeGenObjC/os_log.m @@ -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]]