summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
diff options
context:
space:
mode:
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-21 20:17:15 +0000
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-21 20:17:15 +0000
commit4db6570812e6b4b257a1d9fe5b5dc1567813db4b (patch)
tree3c71aecbc81743bbfb29fcb0559ebcb8a8183cd8 /gcc/bb-reorder.c
parentdbf944e5a00eb64efdce5d5af55da62bc27f145d (diff)
downloadgcc-4db6570812e6b4b257a1d9fe5b5dc1567813db4b.tar.gz
auto-inc-dec.c: strengthen various rtx to rtx_insn *
gcc/ 2014-08-21 David Malcolm <dmalcolm@redhat.com> * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from rtx to rtx_insn *. (struct mem_insn): Likewise for field "insn". (reg_next_use): Strengthen from rtx * to rtx_insn **. (reg_next_inc_use): Likewise. (reg_next_def): Likewise. (move_dead_notes): Strengthen params "to_insn" and "from_insn" from rtx to rtx_insn *. (move_insn_before): Likewise for param "next_insn" and local "insns". (attempt_change): Likewise for local "mov_insn". (try_merge): Likewise for param "last_insn". (get_next_ref): Likewise for return type and local "insn". Strengthen param "next_array" from rtx * to rtx_insn **. (parse_add_or_inc): Strengthen param "insn" from rtx to rtx_insn *. (find_inc): Likewise for locals "insn" and "other_insn" (three of the latter). (merge_in_block): Likewise for locals "insn", "curr", "other_insn". (pass_inc_dec::execute): Update allocations of the arrays to reflect the stronger types. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214285 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bb-reorder.c')
0 files changed, 0 insertions, 0 deletions