]> granicus.if.org Git - clang/commitdiff
Update test CHECK lines after r268509. NFC.
authorPete Cooper <peter_cooper@apple.com>
Wed, 4 May 2016 17:37:27 +0000 (17:37 +0000)
committerPete Cooper <peter_cooper@apple.com>
Wed, 4 May 2016 17:37:27 +0000 (17:37 +0000)
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

index 230d0f197bfb2052c91a8a572d9cf485740933db..7e1f10c35fb534de5bbd95762a73da83feb565db 100644 (file)
@@ -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();