[Hexagon] Removing unused variable.

llvm-svn: 239097
This commit is contained in:
Colin LeMahieu 2015-06-04 21:22:12 +00:00
parent 1ec70d8516
commit f99fe00afc
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) {
} }
// Examine the packet and convert pairs of instructions to duplex // Examine the packet and convert pairs of instructions to duplex
// instructions when possible. // instructions when possible.
MCInst InstBundlePreDuplex = MCInst(MCB);
SmallVector<DuplexCandidate, 8> possibleDuplexes; SmallVector<DuplexCandidate, 8> possibleDuplexes;
possibleDuplexes = HexagonMCInstrInfo::getDuplexPossibilties(*Subtarget->getInstrInfo(), MCB); possibleDuplexes = HexagonMCInstrInfo::getDuplexPossibilties(*Subtarget->getInstrInfo(), MCB);
HexagonMCShuffle(*Subtarget->getInstrInfo(), *Subtarget, OutStreamer->getContext(), MCB, possibleDuplexes); HexagonMCShuffle(*Subtarget->getInstrInfo(), *Subtarget, OutStreamer->getContext(), MCB, possibleDuplexes);