From 1f8b3b7a73ee410006e3dc2fbf8546b9aa48a696 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Wed, 4 May 2016 17:37:27 +0000 Subject: [PATCH] Update test CHECK lines after r268509. NFC. r268509 causes this test case to be fully unrolled, so checking for an icmp is no longer valid. Given that this test is for ARC anyway, checking for the icmp seems unecessary. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268523 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjCXX/arc-cxx11-init-list.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGenObjCXX/arc-cxx11-init-list.mm b/test/CodeGenObjCXX/arc-cxx11-init-list.mm index 230d0f197b..7e1f10c35f 100644 --- a/test/CodeGenObjCXX/arc-cxx11-init-list.mm +++ b/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(); -- 2.50.1