diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-04 21:22:12 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-04 21:22:12 +0000 |
commit | f99fe00afcd50b1d3538d91c011673373e174839 (patch) | |
tree | c39286390107fbe5df7d977f688bfe27daa9743e | |
parent | 1ec70d85160de235a85fd816b00a651e2816f22f (diff) | |
download | bcm5719-llvm-f99fe00afcd50b1d3538d91c011673373e174839.tar.gz bcm5719-llvm-f99fe00afcd50b1d3538d91c011673373e174839.zip |
[Hexagon] Removing unused variable.
llvm-svn: 239097
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp b/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp index e9bb1006201..45d953ff40a 100644 --- a/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp +++ b/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp @@ -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); |