Author: sanjoy Date: Fri Sep 25 18:07:11 2015 New Revision: 248632 URL: http://llvm.org/viewvc/llvm-project?rev=248632&view=rev Log: 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 Modified: cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm Modified: cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm?rev=248632&r1=248631&r2=248632&view=diff ============================================================================== --- cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm (original) +++ cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm Fri Sep 25 18:07:11 2015 @@ -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* {{.*}}) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits