r268523 - Update test CHECK lines after r268509. NFC.
Pete Cooper via cfe-commits
cfe-commits at lists.llvm.org
Wed May 4 10:37:27 PDT 2016
Author: pete
Date: Wed May 4 12:37:27 2016
New Revision: 268523
URL: http://llvm.org/viewvc/llvm-project?rev=268523&view=rev
Log:
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.
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=268523&r1=268522&r2=268523&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm (original)
+++ cfe/trunk/test/CodeGenObjCXX/arc-cxx11-init-list.mm Wed May 4 12:37:27 2016
@@ -31,7 +31,6 @@ extern "C" void multiple() { function({
// 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();
More information about the cfe-commits
mailing list