Commit 9c179c2d by Jeff Law Committed by Jeff Law

mips.c (vr4130_align_insns): Update for recent changes to label_to_alignment.

	* config/mips/mips.c (vr4130_align_insns): Update for recent
	changes to label_to_alignment.

From-SVN: r262838
parent 22ab4529
2018-07-17 Jeff Law <law@redhat.com> 2018-07-17 Jeff Law <law@redhat.com>
* config/mips/mips.c (vr4130_align_insns): Update for recent
changes to label_to_alignment.
* config/frv/frv.c (frv_label_align): Update for recent changes * config/frv/frv.c (frv_label_align): Update for recent changes
to label_to_alignment. to label_to_alignment.
......
...@@ -18539,7 +18539,7 @@ vr4130_align_insns (void) ...@@ -18539,7 +18539,7 @@ vr4130_align_insns (void)
} }
/* See whether INSN is an aligned label. */ /* See whether INSN is an aligned label. */
if (LABEL_P (insn) && label_to_alignment (insn) >= 3) if (LABEL_P (insn) && label_to_alignment (insn).levels[0].log >= 3)
aligned_p = true; aligned_p = true;
} }
dfa_finish (); dfa_finish ();
......
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