MOV8rr_NOREX is a "Move" instruction. This doesn't currently

matter, because this instruction isn't generated until after
things that care.

llvm-svn: 69336
This commit is contained in:
Dan Gohman 2009-04-17 00:45:17 +00:00
parent 74835ce1cb
commit 09dbb0b5e0
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ bool X86InstrInfo::isMoveInstr(const MachineInstr& MI,
default:
return false;
case X86::MOV8rr:
case X86::MOV8rr_NOREX:
case X86::MOV16rr:
case X86::MOV32rr:
case X86::MOV64rr: