]> git.ipfire.org Git - thirdparty/gcc.git/commit
postreload-gcse.c: Use rtx_insn in various places
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 22 Aug 2014 19:05:50 +0000 (19:05 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 22 Aug 2014 19:05:50 +0000 (19:05 +0000)
commit6c6d76bec50feb6f9d9455d968c05de121b591d8
tree39adb1582ac134d060877453f15302b976990b5b
parent38295e01e2688696523e999002060a39545d218b
postreload-gcse.c: Use rtx_insn in various places

gcc/
* postreload-gcse.c (struct occr): Strengthen field "insn" from
rtx to rtx_insn *.
(struct unoccr): Likewise.
(struct modifies_mem): Likewise.
(alloc_mem): Likewise for local "insn".
(insert_expr_in_table): Likewise for param "insn".
(dump_expr_hash_table_entry): Likewise for local "insn".
(oprs_unchanged_p): Likewise for param "insn".
(load_killed_in_block_p): Likewise for local "setter".
(record_last_reg_set_info): Likewise for param "insn".
(record_last_reg_set_info_regno): Likewise.
(record_last_mem_set_info): Likewise.
(record_last_set_info): Likewise for local "last_set_insn".
(record_opr_changes): Likewise for param "insn".
(hash_scan_set): Likewise.
(compute_hash_table): Likewise for local "insn".
(get_avail_load_store_reg): Likewise for param "insn".
(eliminate_partially_redundant_load): Likewise, also for locals
"avail_insn", "next_pred_bb_end".  Replace use of NULL_RTX with
RTX for insns.
(eliminate_partially_redundant_loads): Likewise for local "insn".

From-SVN: r214356
gcc/ChangeLog
gcc/postreload-gcse.c