* config/tc-mips.c (move_register): Fix formatting.
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 24 Oct 2011 14:25:01 +0000 (14:25 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 24 Oct 2011 14:25:01 +0000 (14:25 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 581bc70..41972b2 100644 (file)
@@ -1,5 +1,9 @@
 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.
        (start_noreorder): Likewise.
 
index 0eb15cf..28f124a 100644 (file)
@@ -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);