mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* config/tc-mips.c (can_swap_branch_p): Remove empty line.
(start_noreorder): Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user