diff options
author | Stephen Lin <stephenwlin@gmail.com> | 2013-08-15 06:47:53 +0000 |
---|---|---|
committer | Stephen Lin <stephenwlin@gmail.com> | 2013-08-15 06:47:53 +0000 |
commit | 93ab6bf534fb6c26563c00f28a8fc5581bb71dfd (patch) | |
tree | 938e985e9673d1b0d289e8ed751943edc097da1d /test/CodeGenObjCXX/literals.mm | |
parent | 233fbe1f56183878167a56be53425a6dd25ba334 (diff) | |
download | clang-93ab6bf534fb6c26563c00f28a8fc5581bb71dfd.tar.gz |
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjCXX/literals.mm')
-rw-r--r-- | test/CodeGenObjCXX/literals.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjCXX/literals.mm b/test/CodeGenObjCXX/literals.mm index b8946fa3f8..f21bba75f3 100644 --- a/test/CodeGenObjCXX/literals.mm +++ b/test/CodeGenObjCXX/literals.mm @@ -14,7 +14,7 @@ struct Y { operator id() const; }; -// CHECK: define void @_Z10test_arrayv +// CHECK-LABEL: define void @_Z10test_arrayv void test_array() { // CHECK: [[OBJECTS:%[a-zA-Z0-9.]+]] = alloca [2 x i8*] @@ -60,7 +60,7 @@ void test_array() { // CHECK: unreachable } -// CHECK: define weak_odr void @_Z24test_array_instantiationIiEvv +// CHECK-LABEL: define weak_odr void @_Z24test_array_instantiationIiEvv template<typename T> void test_array_instantiation() { // CHECK: [[OBJECTS:%[a-zA-Z0-9.]+]] = alloca [2 x i8*] |