From: Maciej W. Rozycki Date: Mon, 24 Oct 2011 14:17:10 +0000 (+0000) Subject: * config/tc-mips.c (can_swap_branch_p): Remove empty line. X-Git-Tag: sid-snapshot-20111101~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72671e620113eb702de6b57381cc67e8ed75213e;p=platform%2Fupstream%2Fbinutils.git * config/tc-mips.c (can_swap_branch_p): Remove empty line. (start_noreorder): Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 743f99a..581bc70 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2011-10-24 Maciej W. Rozycki + * config/tc-mips.c (can_swap_branch_p): Remove empty line. + (start_noreorder): Likewise. + +2011-10-24 Maciej W. Rozycki + * config/tc-mips.c (s_option): Fix formatting. (mips_elf_final_processing): Likewise. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index f8b164c..0eb15cf 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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) {