mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
ef402c6521
commit
b3c9bb62b7
|
@ -1,3 +1,9 @@
|
||||||
|
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>
|
2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
|
||||||
|
|
||||||
PR target/51244
|
PR target/51244
|
||||||
|
|
|
@ -1487,9 +1487,7 @@ decompose_multiword_subregs (void)
|
||||||
FOR_EACH_BB (bb)
|
FOR_EACH_BB (bb)
|
||||||
{
|
{
|
||||||
rtx insn;
|
rtx insn;
|
||||||
bool speed_p;
|
|
||||||
|
|
||||||
speed_p = optimize_bb_for_speed_p (bb);
|
|
||||||
FOR_BB_INSNS (bb, insn)
|
FOR_BB_INSNS (bb, insn)
|
||||||
{
|
{
|
||||||
rtx pat;
|
rtx pat;
|
||||||
|
|
Loading…
Reference in New Issue