* config/tc-mips.c (move_register): Fix formatting.
This commit is contained in:
parent
26f85d7a30
commit
7951ca422a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* config/tc-mips.c (move_register): Fix formatting.
|
||||
|
||||
2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* config/tc-mips.c (can_swap_branch_p): Remove empty line.
|
||||
|
|
|
@ -5945,7 +5945,7 @@ move_register (int dest, int source)
|
|||
instruction specifically requires a 32-bit one. */
|
||||
if (mips_opts.micromips
|
||||
&& !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT))
|
||||
macro_build (NULL, "move", "mp,mj", dest, source );
|
||||
macro_build (NULL, "move", "mp,mj", dest, source);
|
||||
else
|
||||
macro_build (NULL, HAVE_32BIT_GPRS ? "addu" : "daddu", "d,v,t",
|
||||
dest, source, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue