diff options
Diffstat (limited to 'clang/test/CodeGenObjC/arc-literals.m')
| -rw-r--r-- | clang/test/CodeGenObjC/arc-literals.m | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/arc-literals.m b/clang/test/CodeGenObjC/arc-literals.m index 78c5d9d2372..19a5516dc7c 100644 --- a/clang/test/CodeGenObjC/arc-literals.m +++ b/clang/test/CodeGenObjC/arc-literals.m @@ -12,7 +12,7 @@ // CHECK: c"dictionaryWithObjects:forKeys:count:\00" // CHECK: c"prop\00" -// CHECK: define void @test_numeric() +// CHECK-LABEL: define void @test_numeric() void test_numeric() { // CHECK: {{call.*objc_msgSend.*i32 17}} // CHECK: call i8* @objc_retainAutoreleasedReturnValue @@ -33,7 +33,7 @@ void test_numeric() { // CHECK-NEXT: ret void } -// CHECK: define void @test_array +// CHECK-LABEL: define void @test_array void test_array(id a, id b) { // CHECK: [[A:%.*]] = alloca i8*, // CHECK: [[B:%.*]] = alloca i8*, @@ -65,7 +65,7 @@ void test_array(id a, id b) { // CHECK-NEXT: ret void } -// CHECK: define void @test_dictionary +// CHECK-LABEL: define void @test_dictionary void test_dictionary(id k1, id o1, id k2, id o2) { // CHECK: [[K1:%.*]] = alloca i8*, // CHECK: [[O1:%.*]] = alloca i8*, @@ -119,7 +119,7 @@ void test_dictionary(id k1, id o1, id k2, id o2) { @property (retain) A* prop; @end -// CHECK: define void @test_property +// CHECK-LABEL: define void @test_property void test_property(B *b) { // Retain parameter // CHECK: call i8* @objc_retain |

