Commit b3c9bb62 by Richard Sandiford Committed by Richard Sandiford

re PR rtl-optimization/53278 (internal compiler error: in df_uses_record, at…

re PR rtl-optimization/53278 (internal compiler error: in df_uses_record, at df-scan.c:3179 when compiling libgcc2.c __mulvdi3 on armv5tel-linux)

gcc/
	PR rtl-optimization/53278
	* lower-subreg.c (decompose_multiword_subregs): Remove left-over
	speed_p code from earlier patch.

From-SVN: r187299
parent ef402c65
2012-05-08 Richard Sandiford <rdsandiford@googlemail.com>
PR rtl-optimization/53278
* lower-subreg.c (decompose_multiword_subregs): Remove left-over
speed_p code from earlier patch.
2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
PR target/51244
......
......@@ -1487,9 +1487,7 @@ decompose_multiword_subregs (void)
FOR_EACH_BB (bb)
{
rtx insn;
bool speed_p;
speed_p = optimize_bb_for_speed_p (bb);
FOR_BB_INSNS (bb, insn)
{
rtx pat;
......
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