mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Remove dead variable.
llvm-svn: 92184
This commit is contained in:
parent
5dcf84ad18
commit
b96be04b8a
@ -2587,7 +2587,6 @@ bool X86InstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
|
||||
MemOp2RegOpTable.find((unsigned*)MI->getOpcode());
|
||||
if (I == MemOp2RegOpTable.end())
|
||||
return false;
|
||||
DebugLoc dl = MI->getDebugLoc();
|
||||
unsigned Opc = I->second.first;
|
||||
unsigned Index = I->second.second & 0xf;
|
||||
bool FoldedLoad = I->second.second & (1 << 4);
|
||||
|
Loading…
Reference in New Issue
Block a user