MIPS: Stay within 79 columns in `mips_output_jump'
authorMaciej W. Rozycki <macro@imgtec.com>
Thu, 9 Jun 2016 14:46:25 +0000 (14:46 +0000)
committerMaciej W. Rozycki <macro@gcc.gnu.org>
Thu, 9 Jun 2016 14:46:25 +0000 (14:46 +0000)
gcc/
* config/mips/mips.c (mips_output_jump): Fix formatting.

From-SVN: r237267

gcc/ChangeLog
gcc/config/mips/mips.c

index 9c7a0b42c7d52b53f55ef1ce67a3e1702b094613..325805f0c41f7a640f9d7f5f60fbf7d4e901ef72 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * config/mips/mips.c (mips_output_jump): Fix formatting.
+
 2016-06-09  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/71462
index 06acd30ec25dfb772f7950a1c03b34a9939ba269..df7b1da42ffe76546b1d84a2f1af422d672fb04c 100644 (file)
@@ -13588,8 +13588,9 @@ mips_output_jump (rtx *operands, int target_opno, int size_opno, bool link_p)
       else
        s += sprintf (s, "%%*");
 
-      s += sprintf (s, "%s%s%s%s%s\t%%%d%s", insn_name, and_link, reg, compact, short_delay,
-                                           target_opno, nop);
+      s += sprintf (s, "%s%s%s%s%s\t%%%d%s",
+                   insn_name, and_link, reg, compact, short_delay,
+                   target_opno, nop);
 
       if (!reg_p && TARGET_ABICALLS_PIC2)
        s += sprintf (s, "\n\t.option\tpic2");