diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2017-10-06 08:05:34 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2017-10-06 08:05:34 +0000 |
commit | 468e2f63f4742e403b77d3862d848a8479426c39 (patch) | |
tree | bdb31b6e8a48688e162d3689347d9e8eb8a62cd3 /clang | |
parent | a46381286ffa1cd1e614aafc0e88bbef3f0645cf (diff) | |
download | bcm5719-llvm-468e2f63f4742e403b77d3862d848a8479426c39.tar.gz bcm5719-llvm-468e2f63f4742e403b77d3862d848a8479426c39.zip |
Fix one more check string after r315045.
llvm-svn: 315047
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/CodeGenObjC/os_log.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/os_log.m b/clang/test/CodeGenObjC/os_log.m index 6809fb0d990..9bcc712a79f 100644 --- a/clang/test/CodeGenObjC/os_log.m +++ b/clang/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]] |