Skip to content

Commit c3c20c8

Browse files
committed
[X86] Fix typo in comment. NFC
1 parent 34a054c commit c3c20c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86FixupBWInsts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ MachineInstr *FixupBWInstPass::tryReplaceExtend(unsigned New32BitOpcode,
350350
return nullptr;
351351

352352
// Don't interfere with formation of CBW instructions which should be a
353-
// shorter encoding than even the MOVSX32rr8. It's also immunte to partial
353+
// shorter encoding than even the MOVSX32rr8. It's also immune to partial
354354
// merge issues on Intel CPUs.
355355
if (MI->getOpcode() == X86::MOVSX16rr8 &&
356356
MI->getOperand(0).getReg() == X86::AX &&

0 commit comments

Comments
 (0)