diff options
Diffstat (limited to 'test/CodeGenObjC/nsvalue-objc-boxable-ios.m')
-rw-r--r-- | test/CodeGenObjC/nsvalue-objc-boxable-ios.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/nsvalue-objc-boxable-ios.m b/test/CodeGenObjC/nsvalue-objc-boxable-ios.m index 3443babdc9d0..dbbe0f40813d 100644 --- a/test/CodeGenObjC/nsvalue-objc-boxable-ios.m +++ b/test/CodeGenObjC/nsvalue-objc-boxable-ios.m @@ -1,11 +1,11 @@ -// RUN: %clang_cc1 -I %S/Inputs -triple armv7-apple-ios8.0.0 -emit-llvm -O2 -disable-llvm-optzns -o - %s | FileCheck %s +// RUN: %clang_cc1 -I %S/Inputs -triple armv7-apple-ios8.0.0 -emit-llvm -O2 -disable-llvm-passes -o - %s | FileCheck %s #import "nsvalue-boxed-expressions-support.h" // CHECK: [[CLASS:@.*]] = external global %struct._class_t // CHECK: [[NSVALUE:@.*]] = {{.*}}[[CLASS]]{{.*}} // CHECK: [[RANGE_STR:.*]] = {{.*}}_NSRange=II{{.*}} -// CHECK: [[METH:@.*]] = private global{{.*}}valueWithBytes:objCType:{{.*}} +// CHECK: [[METH:@.*]] = private unnamed_addr constant {{.*}}valueWithBytes:objCType:{{.*}} // CHECK: [[VALUE_SEL:@.*]] = {{.*}}[[METH]]{{.*}} // CHECK: [[POINT_STR:.*]] = {{.*}}CGPoint=dd{{.*}} // CHECK: [[SIZE_STR:.*]] = {{.*}}CGSize=dd{{.*}} |