git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226887
91177308-0d34-0410-b5e6-
96231b3b80d8
bool MipsAsmParser::
expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc,
SmallVectorImpl<MCInst> &Instructions) {
- const MCInstrDesc &MCID = getInstDesc(Inst.getOpcode());
-
- assert(MCID.getNumOperands() == 1 && "unexpected number of operands");
+ assert(getInstDesc(Inst.getOpcode()).getNumOperands() == 1 &&
+ "unexpected number of operands");
MCOperand Offset = Inst.getOperand(0);
if (Offset.isExpr()) {