diff options
Diffstat (limited to 'test/CodeGenObjC/gc.m')
| -rw-r--r-- | test/CodeGenObjC/gc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/gc.m b/test/CodeGenObjC/gc.m index ce2611ecf8ae..729cf107a903 100644 --- a/test/CodeGenObjC/gc.m +++ b/test/CodeGenObjC/gc.m @@ -4,7 +4,7 @@ void test0(void) { extern id test0_helper(void); __attribute__((objc_precise_lifetime)) id x = test0_helper(); test0_helper(); - // CHECK: define void @test0() + // CHECK-LABEL: define void @test0() // CHECK: [[T0:%.*]] = call i8* @test0_helper() // CHECK-NEXT: store i8* [[T0]], i8** [[X:%.*]], align 8 // CHECK-NEXT: call i8* @test0_helper() |
