From: Akira Hatanaka Date: Fri, 6 Oct 2017 08:19:31 +0000 (+0000) Subject: Fix one more check string after r315045. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e4977ee8eb0efdf0ae17c7161bc43ea888c5be8;p=clang Fix one more check string after r315045. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315049 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/os_log.m b/test/CodeGenObjC/os_log.m index 9bcc712a79..1cf0c9f1f3 100644 --- a/test/CodeGenObjC/os_log.m +++ b/test/CodeGenObjC/os_log.m @@ -46,7 +46,7 @@ void *test_builtin_os_log(void *buf) { // CHECK-O0: %[[CALL:.*]] = call %[[TY0:.*]]* (...) @GenString() // CHECK-O0: %[[V1:.*]] = bitcast %[[TY0]]* %[[CALL]] to i8* // CHECK-O0: %[[V2:.*]] = call i8* @objc_retainAutoreleasedReturnValue(i8* %[[V1]]) - // CHECK-O0: %[[V3:.*]] = bitcast i8* %[[V2]] to %[[V0]]* + // CHECK-O0: %[[V3:.*]] = bitcast i8* %[[V2]] to %[[TY0]]* // CHECK-O0: %[[V4:.*]] = ptrtoint %[[TY0]]* %[[V3]] to i64 // CHECK-O0: call void @__os_log_helper_1_2_1_8_64(i8* %[[V0]], i64 %[[V4]]) // CHECK-O0: %[[V5:.*]] = bitcast %[[TY0]]* %[[V3]] to i8*