[mips] Print move instructions.
authorAkira Hatanaka <ahatanaka@mips.com>
Mon, 4 Mar 2013 22:25:01 +0000 (22:25 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Mon, 4 Mar 2013 22:25:01 +0000 (22:25 +0000)
commit1ae08e007784a0708d6dae9c37b84bb62d5e1282
tree91a7d3162b91d1cafa5bae8c04358e0f3bfbdae8
parent0b9675d631a33ecde9e11febea48a2c6551bfeec
[mips] Print move instructions.

"move $4, $5" is printed instead of "or $4, $5, $zero".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/alloca.ll
test/CodeGen/Mips/eh-return32.ll
test/CodeGen/Mips/eh-return64.ll
test/CodeGen/Mips/frame-address.ll
test/CodeGen/Mips/gpreg-lazy-binding.ll
test/CodeGen/Mips/i64arg.ll
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/mips64-sret.ll
test/CodeGen/Mips/return_address.ll