diff options
-rw-r--r-- | clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm b/clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm index 230d0f197bf..7e1f10c35fb 100644 --- a/clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm +++ b/clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm @@ -31,7 +31,6 @@ extern "C" void multiple() { function({ [I new], [I new] }); } // CHECK-NEXT: [[CAST:%.*]] = bitcast [{{[0-9]+}} x %0*]* %{{.*}} to i8** // CHECK-NEXT: store i8* [[INSTANCE]], i8** [[CAST]], // CHECK: call void @objc_release(i8* {{.*}}) -// CHECK-NEXT: icmp eq void external(); |