summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/implicit-copy-constructor.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/implicit-copy-constructor.mm')
-rw-r--r--test/CodeGenObjCXX/implicit-copy-constructor.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/implicit-copy-constructor.mm b/test/CodeGenObjCXX/implicit-copy-constructor.mm
index 5cd6f42..6dbd39e 100644
--- a/test/CodeGenObjCXX/implicit-copy-constructor.mm
+++ b/test/CodeGenObjCXX/implicit-copy-constructor.mm
@@ -41,7 +41,7 @@ void f(D d) {
D d2(d);
}
-// CHECK: define linkonce_odr void @_ZN1DC1ERS_(%struct.D* %this, %struct.D*) unnamed_addr
+// CHECK-LABEL: define linkonce_odr void @_ZN1DC1ERS_(%struct.D* %this, %struct.D*) unnamed_addr
// CHECK: call void @_ZN1AC1Ev
// CHECK: call void @_ZN1CC2ERS_1A
// CHECK: call void @_ZN1AD1Ev
OpenPOWER on IntegriCloud