* 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 581bc70eedac6990bea2c1ae59b1118fca6ccc00..41972b271e03db47bcb963bf0043cbfccca9baf6 100644 (file)
@@ -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.
index 0eb15cf08adad6601f472cccc3e03ef4febcc93b..28f124a77fb0804ed2279733be96851bfaa0177b 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);