]> gcc.gnu.org Git - gcc.git/commit
postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.
authorSteven Bosscher <steven@gcc.gnu.org>
Sun, 3 Jan 2010 13:13:03 +0000 (13:13 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sun, 3 Jan 2010 13:13:03 +0000 (13:13 +0000)
commitb0de17ef396499ebc675c7c902927984625c1752
tree637750849d7de92afc2bfea49d5fe684aeb3e776
parenta8685e159ea52ae6507622f2a81e73f00ace490f
postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.

* postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
with BLOCK_FOR_INSN.
* auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
* ifcvt.c (noce_get_alt_condition, noce_try_abs,
noce_process_if_block): Likewise.
* gcse.c (compute_local_properties, insert_expr_in_table,
insert_set_in_table, canon_list_insert, find_avail_set,
pre_insert_copy_insn): Likewise.

* basic-block.h (BLOCK_NUM): Move from here...
* sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.

From-SVN: r155586
gcc/ChangeLog
gcc/auto-inc-dec.c
gcc/basic-block.h
gcc/gcse.c
gcc/ifcvt.c
gcc/postreload-gcse.c
gcc/sched-int.h
This page took 0.06033 seconds and 5 git commands to generate.