1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Akira Hatanaka 5b153fc53a [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy
physical register $r1 to $r0.

GNU disassembler recognizes an "or" instruction as a "move", and this change
makes the disassembled code easier to read.

Original patch by Reed Kotler.

llvm-svn: 170655
2012-12-20 04:06:06 +00:00
..
2012-07-18 17:53:05 +00:00
2012-12-19 15:49:14 +00:00
2012-12-11 21:25:42 +00:00
2012-12-11 21:25:42 +00:00
2012-12-06 21:24:47 +00:00