Commit 386a87e4 by Maciej W. Rozycki Committed by Maciej W. Rozycki

MIPS: Stay within 79 columns in `mips_output_jump'

	gcc/
	* config/mips/mips.c (mips_output_jump): Fix formatting.

From-SVN: r237267
parent 9c35db0e
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
......
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment