Current definition of subtract with immediate instruction aliases uses CodeGenOnly...
authorVladimir Medic <Vladimir.Medic@imgtec.com>
Tue, 15 Apr 2014 10:14:49 +0000 (10:14 +0000)
committerVladimir Medic <Vladimir.Medic@imgtec.com>
Tue, 15 Apr 2014 10:14:49 +0000 (10:14 +0000)
commit09a79dc1a0af7741d0f8908fa317004a6d591354
tree5e66c57f9c05fa9f0e028bdb38fdd7ae63aa30d6
parentbc4e3c024c09c69b9c347fa86571e96f7776f0e7
Current definition of subtract with immediate instruction aliases uses CodeGenOnly defined instructions and post matcher expansion methods to emit real instructions add with immediate. However, they can directly alias add with immediate instruction and remove unnecessary definitions and code in MipsAsmParser.cpp. This patch makes no change in functionality, just removes unnecessary definitions and code.

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