diff options
Diffstat (limited to 'test/CodeGenObjC/arc-related-result-type.m')
-rw-r--r-- | test/CodeGenObjC/arc-related-result-type.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/arc-related-result-type.m b/test/CodeGenObjC/arc-related-result-type.m index e8b9701..72d2871 100644 --- a/test/CodeGenObjC/arc-related-result-type.m +++ b/test/CodeGenObjC/arc-related-result-type.m @@ -6,7 +6,7 @@ void test0(Test0 *val) { Test0 *x = [val self]; -// CHECK: define void @test0( +// CHECK-LABEL: define void @test0( // CHECK: [[VAL:%.*]] = alloca [[TEST0:%.*]]* // CHECK-NEXT: [[X:%.*]] = alloca [[TEST0]]* // CHECK-NEXT: store [[TEST0]]* null |