From a3b34b593f71fa54cde8bee8ebecaf118bbcb4a7 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Thu, 25 Jun 2020 01:10:35 +0300 Subject: [PATCH] [NFCI][InstSimplify] Add CHECK-LABEL to new icmp.ll test --- test/Transforms/InstSimplify/icmp.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/InstSimplify/icmp.ll b/test/Transforms/InstSimplify/icmp.ll index 489f73c9495..c3269941788 100644 --- a/test/Transforms/InstSimplify/icmp.ll +++ b/test/Transforms/InstSimplify/icmp.ll @@ -7,6 +7,7 @@ declare void @usei8ptr(i8* %ptr) ; Ensure that we do not crash when looking at such a weird bitcast. define i1 @bitcast_from_single_element_pointer_vector_to_pointer(<1 x i8*> %ptr1vec, i8* %ptr2) { +; CHECK-LABEL: @bitcast_from_single_element_pointer_vector_to_pointer( %ptr1 = bitcast <1 x i8*> %ptr1vec to i8* call void @usei8ptr(i8* %ptr1) %cmp = icmp eq i8* %ptr1, %ptr2