[llvm] r288517 - fix check-label

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 09:50:15 PST 2016


Author: spatel
Date: Fri Dec  2 11:50:14 2016
New Revision: 288517

URL: http://llvm.org/viewvc/llvm-project?rev=288517&view=rev
Log:
fix check-label

Modified:
    llvm/trunk/test/CodeGen/X86/not-and-simplify.ll

Modified: llvm/trunk/test/CodeGen/X86/not-and-simplify.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/not-and-simplify.ll?rev=288517&r1=288516&r2=288517&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/not-and-simplify.ll (original)
+++ llvm/trunk/test/CodeGen/X86/not-and-simplify.ll Fri Dec  2 11:50:14 2016
@@ -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




More information about the llvm-commits mailing list