summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/complex-property.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/complex-property.m')
-rw-r--r--clang/test/CodeGenObjC/complex-property.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/complex-property.m b/clang/test/CodeGenObjC/complex-property.m
index dd65ca78216..a5572958a64 100644
--- a/clang/test/CodeGenObjC/complex-property.m
+++ b/clang/test/CodeGenObjC/complex-property.m
@@ -13,8 +13,8 @@ void f0(A *a) {
a.y += a1;
}
-// CHECK-LP64: private constant [13 x i8] c"COMPLEX_PROP
-// CHECK-LP64: private constant [17 x i8] c"setCOMPLEX_PROP
+// CHECK-LP64: private unnamed_addr constant [13 x i8] c"COMPLEX_PROP
+// CHECK-LP64: private unnamed_addr constant [17 x i8] c"setCOMPLEX_PROP
// rdar: // 7351147
@interface B
OpenPOWER on IntegriCloud