* config/tc-mips.c (can_swap_branch_p): Remove empty line.
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 24 Oct 2011 14:17:10 +0000 (14:17 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 24 Oct 2011 14:17:10 +0000 (14:17 +0000)
(start_noreorder): Likewise.

gas/ChangeLog
gas/config/tc-mips.c

index 743f99a..581bc70 100644 (file)
@@ -1,5 +1,10 @@
 2011-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
 
+       * config/tc-mips.c (can_swap_branch_p): Remove empty line.
+       (start_noreorder): Likewise.
+
+2011-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
        * config/tc-mips.c (s_option): Fix formatting.
        (mips_elf_final_processing): Likewise.
 
index f8b164c..0eb15cf 100644 (file)
@@ -3687,7 +3687,6 @@ can_swap_branch_p (struct mips_cl_insn *ip)
   unsigned long pinfo, pinfo2, prev_pinfo, prev_pinfo2;
   unsigned int gpr_read, gpr_write, prev_gpr_read, prev_gpr_write;
 
-
   /* -O2 and above is required for this optimization.  */
   if (mips_optimize < 2)
     return FALSE;
@@ -4593,7 +4592,6 @@ start_noreorder (void)
 static void
 end_noreorder (void)
 {
-
   mips_opts.noreorder--;
   if (mips_opts.noreorder == 0 && prev_nop_frag != NULL)
     {