[PATCH] D13183: Change arc-cxx11-init-list.mm to work with upcoming SCEV changes.

Sanjoy Das via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 25 16:08:47 PDT 2015


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* {{.*}})
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13183.35778.patch
Type: text/x-patch
Size: 617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150925/1bc00c11/attachment.bin>


More information about the cfe-commits mailing list