summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/arc-unopt.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/arc-unopt.m')
-rw-r--r--test/CodeGenObjC/arc-unopt.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/arc-unopt.m b/test/CodeGenObjC/arc-unopt.m
index 84f5d34..c0e67df 100644
--- a/test/CodeGenObjC/arc-unopt.m
+++ b/test/CodeGenObjC/arc-unopt.m
@@ -55,7 +55,7 @@ void test5(void) {
if ((x = y))
y = 0;
-// CHECK: define void @test5()
+// CHECK-LABEL: define void @test5()
// CHECK: [[X:%.*]] = alloca [[TEST5:%.*]]*,
// CHECK-NEXT: [[Y:%.*]] = alloca [[TEST5:%.*]]*,
// CHECK-NEXT: store [[TEST5]]* null, [[TEST5]]** [[X]],
OpenPOWER on IntegriCloud