]> git.ipfire.org Git - thirdparty/gcc.git/commit
* loop-invariant.c (check_invariant_table_size): Take sizeof of
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2012 00:17:25 +0000 (00:17 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2012 00:17:25 +0000 (00:17 +0000)
commit9ddd9ef949312a8105f25b180a42317b27b57036
tree3a1e8272c8e7a655b69995c261aef29d5bfe98db
parent30be0cc7dddc46023a8b42827434408ddcf1b05c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193834 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/loop-invariant.c
gcc/reorg.c