diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-23 00:48:24 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-23 00:48:24 +0000 |
commit | b4b7724e9b712f2d588c458136e14d65cf6d8d5b (patch) | |
tree | 9aba4b8873ee88ae03682d7d2532e4468e2b47ff /libcpp | |
parent | 2b664bee31ddafda762bb561428b70164210b8b5 (diff) | |
download | gcc-b4b7724e9b712f2d588c458136e14d65cf6d8d5b.zip gcc-b4b7724e9b712f2d588c458136e14d65cf6d8d5b.tar.gz gcc-b4b7724e9b712f2d588c458136e14d65cf6d8d5b.tar.bz2 |
store-motion.c: Use rtx_insn
gcc/
2014-08-23 David Malcolm <dmalcolm@redhat.com>
* store-motion.c (store_killed_in_insn): Strengthen param "insn"
from const_rtx to const rtx_insn *.
(store_killed_after): Likewise. Strengthen locals "last", "act"
from rtx to rtx_insn *.
(store_killed_before): Strengthen param "insn" from const_rtx to
const rtx_insn *. Strengthen local "first" from rtx to rtx_insn *.
(find_moveable_store): Strengthen param "insn" from rtx to
rtx_insn *.
(compute_store_table): Likewise for local "insn".
(insert_insn_start_basic_block): Likewise for param "insn" and
locals "prev", "before", "insn".
(insert_store): For now, add a checked cast to rtx_insn * on the
result of gen_move_insn.
(remove_reachable_equiv_notes): Strengthen local "insn" from rtx
to rtx_insn *.
(replace_store_insn): Likewise. For now, add a checked cast to
rtx_insn * on the result of gen_move_insn.
From-SVN: r214389
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions