diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-02-11 20:33:22 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-02-11 20:33:22 +0000 |
commit | 346f1e97a9a9166f815b4a3ca2cce2220a9eb162 (patch) | |
tree | a2e59833e89334caaa20b2fbc201ffbe9071c289 /clang/test/CodeGenObjC/os_log.m | |
parent | 22c21934cefc83a8f911728eea24ebe79df49af1 (diff) | |
download | bcm5719-llvm-346f1e97a9a9166f815b4a3ca2cce2220a9eb162.tar.gz bcm5719-llvm-346f1e97a9a9166f815b4a3ca2cce2220a9eb162.zip |
Fix a few tests that were missing ':' on CHECK lines and weren't testing anything.
Found by `git grep '\/\/ CHECK-[^: ]* ' clang/test/ | grep -v RUN:`.
Also tweak CodeGenCXX/arm-swiftcall.cpp to still pass now that it checks more.
Differential Revision: https://reviews.llvm.org/D58061
llvm-svn: 353744
Diffstat (limited to 'clang/test/CodeGenObjC/os_log.m')
-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 6acd58304aa..150987b0820 100644 --- a/clang/test/CodeGenObjC/os_log.m +++ b/clang/test/CodeGenObjC/os_log.m @@ -50,7 +50,7 @@ void *test_builtin_os_log(void *buf) { // 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* - // CHECK-O0-NOT call void (...) @llvm.objc.clang.arc.use({{.*}} + // CHECK-O0-NOT: call void (...) @llvm.objc.clang.arc.use({{.*}} // CHECK-O0: call void @llvm.objc.release(i8* %[[V5]]) // CHECK-O0: ret i8* %[[V0]] } |