diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/popcnt.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/popcnt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/popcnt.ll b/llvm/test/CodeGen/X86/popcnt.ll index b5d4ebba053..fdddb696b2f 100644 --- a/llvm/test/CodeGen/X86/popcnt.ll +++ b/llvm/test/CodeGen/X86/popcnt.ll @@ -101,7 +101,7 @@ define i16 @cnt16(i16 %x) nounwind readnone { ; X64-NEXT: movl %eax, %ecx ; X64-NEXT: shll $8, %ecx ; X64-NEXT: addl %eax, %ecx -; X64-NEXT: movzbl %ch, %eax # NOREX +; X64-NEXT: movzbl %ch, %eax ; X64-NEXT: # kill: %AX<def> %AX<kill> %EAX<kill> ; X64-NEXT: retq ; |

