Fixed issue with microMIPS JAL instruction.
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>
Mon, 31 Mar 2014 14:00:10 +0000 (14:00 +0000)
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>
Mon, 31 Mar 2014 14:00:10 +0000 (14:00 +0000)
commit077aa54e4ef322b2cfbd99bbffde6416b8467820
tree78eb6b66783e4b4255c95fd80217ee2c520ed303
parent6889086ba11db4c82fef8efa86fdee5502d71156
Fixed issue with microMIPS JAL instruction.
Differential Revision: http://llvm-reviews.chandlerc.com/D3200

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205185 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/micromips-jal.ll [new file with mode: 0644]