Reversed revision 229706. The reason is regression, which is caused by the
authorJozef Kolek <jozef.kolek@imgtec.com>
Fri, 20 Feb 2015 20:26:52 +0000 (20:26 +0000)
committerJozef Kolek <jozef.kolek@imgtec.com>
Fri, 20 Feb 2015 20:26:52 +0000 (20:26 +0000)
commitb2e79a8e69d672c367a8a3fcb9138f80d7e3e7e0
tree95cd320e038159828482aca859e34323760b35ff
parent2e24b7b0d45f40529c2f79c67ac789d350588b98
Reversed revision 229706. The reason is regression, which is caused by the
usage of instruction ADDU16 by CodeGen. For this instruction an improper
register is allocated, i.e. the register that is not from register set defined
for the instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/micromips-addu16.ll [deleted file]
test/CodeGen/Mips/micromips-subu16.ll [deleted file]