diff options
Diffstat (limited to 'test/CodeGenObjC/arc-with-atthrow.m')
-rw-r--r-- | test/CodeGenObjC/arc-with-atthrow.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/arc-with-atthrow.m b/test/CodeGenObjC/arc-with-atthrow.m index 2570376..e529515 100644 --- a/test/CodeGenObjC/arc-with-atthrow.m +++ b/test/CodeGenObjC/arc-with-atthrow.m @@ -9,7 +9,7 @@ void test() { // TODO: We should probably emit this specific pattern without the reclaim. -// CHECK: define void @test() +// CHECK-LABEL: define void @test() // CHECK: [[T0:%.*]] = call i8* @make() // CHECK-NEXT: [[T1:%.*]] = call i8* @objc_retainAutoreleasedReturnValue(i8* [[T0]]) // CHECK-NEXT: [[T2:%.*]] = call i8* @objc_autorelease(i8* [[T1]]) |