Reverse order of operands of address operand mem so that the base operand comes
authorAkira Hatanaka <ahatanak@gmail.com>
Thu, 7 Jul 2011 18:57:00 +0000 (18:57 +0000)
committerAkira Hatanaka <ahatanak@gmail.com>
Thu, 7 Jul 2011 18:57:00 +0000 (18:57 +0000)
commitd3ac47f80551d95c64cb41c3f94e888d7e13275b
tree000d1624de5d3b56d6bab2e0ff04e69b0503fcfd
parente280519ba61d613f43d8edce0e9e64115ceec37f
Reverse order of operands of address operand mem so that the base operand comes
before the offset. This change will enable simplification of function
MipsRegisterInfo::eliminateFrameIndex.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134625 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsEmitGPRestore.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsRegisterInfo.cpp