]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/loop-invariant.c
loop-invariant.c (check_invariant_table_size): Take sizeof of the right type.
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 27 Nov 2012 00:17:25 +0000 (00:17 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Tue, 27 Nov 2012 00:17:25 +0000 (00:17 +0000)
commit92cfe9d50a819f5e6c9dda83905ad56c34ab62f5
tree3a1e8272c8e7a655b69995c261aef29d5bfe98db
parent5895a897b5b05db6d53b3b5e68fad1d653abf209
loop-invariant.c (check_invariant_table_size): Take sizeof of the right type.

* loop-invariant.c (check_invariant_table_size): Take sizeof of
the right type.

* reorg.c (resource_conflicts_p): Use hard_reg_set_intersect_p.
(rare_destination): Remove.
(mostly_true_jump): Simplify.  Base result on REG_BR_PROP notes if
available, otherwise assume branches are not taken.
(fill_eager_delay_slots): Update mostly_true_jump call.
(relax_delay_slots): Likewise.

From-SVN: r193834
gcc/ChangeLog
gcc/loop-invariant.c
gcc/reorg.c