From c731187732aed7e691369eef68611986dc1fd814 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 2 Dec 2016 17:50:14 +0000 Subject: [PATCH] fix check-label llvm-svn: 288517 --- llvm/test/CodeGen/X86/not-and-simplify.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/not-and-simplify.ll b/llvm/test/CodeGen/X86/not-and-simplify.ll index 23d8cde..534e035 100644 --- a/llvm/test/CodeGen/X86/not-and-simplify.ll +++ b/llvm/test/CodeGen/X86/not-and-simplify.ll @@ -37,7 +37,7 @@ define i8 @shrink_xor_constant2(i8 %x) { ; NO_BMI-NEXT: movl %edi, %eax ; NO_BMI-NEXT: retq ; -; BMI-LABEL: shrink_xor_constant3: +; BMI-LABEL: shrink_xor_constant2: ; BMI: # BB#0: ; BMI-NEXT: shlb $5, %dil ; BMI-NEXT: notb %dil -- 2.7.4