diff options
| author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-09-25 23:07:11 +0000 |
|---|---|---|
| committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-09-25 23:07:11 +0000 |
| commit | a0bc8590fe011046edfeb3e97747c415b7a7ac49 (patch) | |
| tree | 0cf885a4dccf17818a32a749c4707e91890bce2a /clang/test | |
| parent | 6d874ee31a28b108b16df273fef120fcd30ef297 (diff) | |
| download | bcm5719-llvm-a0bc8590fe011046edfeb3e97747c415b7a7ac49.tar.gz bcm5719-llvm-a0bc8590fe011046edfeb3e97747c415b7a7ac49.zip | |
Change arc-cxx11-init-list.mm to work with upcoming SCEV changes.
Summary:
The store being checked for in arc-cxx11-init-list.mm is a store to an
unescaped alloca. After an uncoming change to ScalarEvolution, LLVM is
able to elide the store, so adjust the test accordingly.
Reviewers: compnerd
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D13183
llvm-svn: 248632
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm b/clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm index da214dc38ad..230d0f197bf 100644 --- a/clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm +++ b/clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm @@ -41,8 +41,6 @@ extern "C" void extended() { } // CHECK: [[INSTANCE:%.*]] = {{.*}} call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*)*)(i8* {{.*}}, i8* {{.*}}) -// CHECK-NEXT: [[CAST:%.*]] = bitcast [1 x %0*]* %{{.*}} to i8** -// CHECK-NEXT: store i8* [[INSTANCE]], i8** [[CAST]], // CHECK: {{.*}} call void @_Z8externalv() // CHECK: {{.*}} call void @objc_release(i8* {{.*}}) |

