diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/not-and-simplify.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/not-and-simplify.ll b/llvm/test/CodeGen/X86/not-and-simplify.ll index 23d8cdec748..534e035009b 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 |

