[Hexagon] Converting member InstrDesc to static variable.
[oota-llvm.git] / lib / Target / Hexagon / HexagonMCInstLower.cpp
index 5e4346d40213a1ad2d286a27e92ec754989c5832..3f5d6d84a108bc86d8b78a8ad532bf891b9813b5 100644 (file)
@@ -42,7 +42,6 @@ static MCOperand GetSymbolRef(const MachineOperand& MO, const MCSymbol* Symbol,
 void llvm::HexagonLowerToMC(const MachineInstr* MI, HexagonMCInst& MCI,
                             HexagonAsmPrinter& AP) {
   MCI.setOpcode(MI->getOpcode());
-  MCI.setDesc(MI->getDesc());
 
   for (unsigned i = 0, e = MI->getNumOperands(); i < e; i++) {
     const MachineOperand &MO = MI->getOperand(i);