summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/gc.mm
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjCXX/gc.mm')
-rw-r--r--clang/test/CodeGenObjCXX/gc.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/gc.mm b/clang/test/CodeGenObjCXX/gc.mm
index a504892bcbd..1659dbf7a44 100644
--- a/clang/test/CodeGenObjCXX/gc.mm
+++ b/clang/test/CodeGenObjCXX/gc.mm
@@ -9,7 +9,7 @@ namespace test0 {
};
A::A() : x(test0::x) {}
-// CHECK: define void @_ZN5test01AC2Ev(
+// CHECK-LABEL: define void @_ZN5test01AC2Ev(
// CHECK: [[THIS:%.*]] = alloca [[TEST0:%.*]]*, align 8
// CHECK-NEXT: store
// CHECK-NEXT: [[T0:%.*]] = load [[TEST0]]** [[THIS]]
OpenPOWER on IntegriCloud