This revision was automatically updated to reflect the committed changes. Closed by commit rL248632: Change arc-cxx11-init-list.mm to work with upcoming SCEV changes. (authored by sanjoy).
Changed prior to commit: http://reviews.llvm.org/D13183?vs=35777&id=35778#toc Repository: rL LLVM http://reviews.llvm.org/D13183 Files: cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm Index: cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm =================================================================== --- cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm +++ cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm @@ -41,8 +41,6 @@ } // 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* {{.*}})
Index: cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm =================================================================== --- cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm +++ cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm @@ -41,8 +41,6 @@ } // 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