1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[X86] Fix typo in comment. NFC

This commit is contained in:
Craig Topper 2020-02-15 10:48:57 -08:00
parent de7864d8a0
commit d691bd34c9

View File

@ -350,7 +350,7 @@ MachineInstr *FixupBWInstPass::tryReplaceExtend(unsigned New32BitOpcode,
return nullptr; return nullptr;
// Don't interfere with formation of CBW instructions which should be a // Don't interfere with formation of CBW instructions which should be a
// shorter encoding than even the MOVSX32rr8. It's also immunte to partial // shorter encoding than even the MOVSX32rr8. It's also immune to partial
// merge issues on Intel CPUs. // merge issues on Intel CPUs.
if (MI->getOpcode() == X86::MOVSX16rr8 && if (MI->getOpcode() == X86::MOVSX16rr8 &&
MI->getOperand(0).getReg() == X86::AX && MI->getOperand(0).getReg() == X86::AX &&