forked from OSchip/llvm-project
parent
3d00056515
commit
5e2e8ddb2e
|
@ -4693,8 +4693,7 @@ MipsAsmParser::parseRegisterPair(OperandVector &Operands) {
|
|||
SMLoc E = Parser.getTok().getLoc();
|
||||
MipsOperand &Op = static_cast<MipsOperand &>(*Operands.back());
|
||||
|
||||
Operands.pop_back();
|
||||
Operands.push_back(MipsOperand::CreateRegPair(Op, S, E, *this));
|
||||
Operands.back() = MipsOperand::CreateRegPair(Op, S, E, *this);
|
||||
return MatchOperand_Success;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue