[mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand operands...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 14 Sep 2015 15:57:24 +0000 (15:57 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 14 Sep 2015 15:57:24 +0000 (15:57 +0000)
commit294cc5229a8d942e1ccd10788db270f5b0b6e8e1
treee079a3ad56806a48712edffa3b6b8fe9f74eadc9
parent85e6f241867692c6499e321e4ac670ef83ff6c47
[mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand operands, NFC.

Summary:
These operands had the same purpose, however the MipsMemSimm9GPRAsmOperand
operand was only for micromips32r6 and the MipsMemSimm9AsmOperand did not
have a ParserMatchClass.

Patch by Scott Egerton

Reviewers: vkalintiris, dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D12730

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247573 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MicroMips32r6InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td