Skip to content
Snippets Groups Projects
Commit 1f8b3b7a authored by Pete Cooper's avatar Pete Cooper
Browse files

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
parent b5f1f3ca
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment