aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/implicit-copy-assign-operator.mm')
-rw-r--r--test/CodeGenObjCXX/implicit-copy-assign-operator.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/implicit-copy-assign-operator.mm b/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
index 88837c1713ba..01d81126b07b 100644
--- a/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
+++ b/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
@@ -43,7 +43,7 @@ void test_D(D d1, D d2) {
d1 = d2;
}
-// CHECK-OBJ-LABEL: define linkonce_odr %struct.D* @_ZN1DaSERS_
+// CHECK-OBJ-LABEL: define linkonce_odr dereferenceable({{[0-9]+}}) %struct.D* @_ZN1DaSERS_
// CHECK-OBJ: {{call.*_ZN1AaSERS_}}
// CHECK-OBJ: {{call.*_ZN1BaSERS_}}
// CHECK-OBJ: {{call.*_ZN1CaSERKS_}}