diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:08 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:08 +0000 |
| commit | bab175ec4b075c8076ba14c762900392533f6ee4 (patch) | |
| tree | 01f4f29419a2cb10abe13c1e63cd2a66068b0137 /test/CodeGenObjC/nsvalue-objc-boxable-ios.m | |
| parent | 8b7a8012d223fac5d17d16a66bb39168a9a1dfc0 (diff) | |
Notes
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{{.*}} |
