diff options
Diffstat (limited to 'clang/test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m')
-rw-r--r-- | clang/test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m b/clang/test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m index f0f757b89ef..51e7bd68fe1 100644 --- a/clang/test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m +++ b/clang/test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m @@ -5,7 +5,7 @@ // CHECK: [[CLASS:@.*]] = external global %struct._class_t // CHECK: [[NSVALUE:@.*]] = {{.*}}[[CLASS]]{{.*}} // CHECK: [[RANGE_STR:.*]] = {{.*}}_NSRange=II{{.*}} -// CHECK: [[METH:@.*]] = private constant {{.*}}valueWithBytes:objCType:{{.*}} +// CHECK: [[METH:@.*]] = private unnamed_addr constant {{.*}}valueWithBytes:objCType:{{.*}} // CHECK: [[VALUE_SEL:@.*]] = {{.*}}[[METH]]{{.*}} // CHECK: [[POINT_STR:.*]] = {{.*}}CGPoint=dd{{.*}} // CHECK: [[SIZE_STR:.*]] = {{.*}}CGSize=dd{{.*}} |