forked from OSchip/llvm-project
parent
1ec70d8516
commit
f99fe00afc
|
@ -202,7 +202,6 @@ void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
|||
}
|
||||
// Examine the packet and convert pairs of instructions to duplex
|
||||
// instructions when possible.
|
||||
MCInst InstBundlePreDuplex = MCInst(MCB);
|
||||
SmallVector<DuplexCandidate, 8> possibleDuplexes;
|
||||
possibleDuplexes = HexagonMCInstrInfo::getDuplexPossibilties(*Subtarget->getInstrInfo(), MCB);
|
||||
HexagonMCShuffle(*Subtarget->getInstrInfo(), *Subtarget, OutStreamer->getContext(), MCB, possibleDuplexes);
|
||||
|
|
Loading…
Reference in New Issue