diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-26 19:12:49 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-26 19:12:49 +0000 |
commit | 9152e0aa1b60461c043c189307d2b913279f0646 (patch) | |
tree | 2137ddb04f6d120f86daaf3303e8d44712e7f0ec /gcc/emit-rtl.h | |
parent | 466659612b3f276fbfac51ecadf0c2cf803270f3 (diff) | |
download | gcc-9152e0aa1b60461c043c189307d2b913279f0646.zip gcc-9152e0aa1b60461c043c189307d2b913279f0646.tar.gz gcc-9152e0aa1b60461c043c189307d2b913279f0646.tar.bz2 |
Params of add_insn and unlink_insn_chain
gcc/
2014-08-26 David Malcolm <dmalcolm@redhat.com>
* rtl.h (add_insn): Strengthen param from rtx to rtx_insn *.
(unlink_insn_chain): Strengthen both params from rtx to
rtx_insn *.
* cfgrtl.c (cfg_layout_function_header): Likewise for this
variable.
(unlink_insn_chain): Likewise for params "first" and "last".
Remove now-redundant checked cast.
(record_effective_endpoints): Replace use of NULL_RTX with NULL.
(fixup_reorder_chain): Strengthen local "insn" from rtx to
rtx_insn *.
* emit-rtl.c (link_insn_into_chain): Likewise for all three
params.
(add_insn): Likewise for param "insn" and local "prev".
(add_insn_after_nobb): Likewise for both params and local "next".
(add_insn_before_nobb): Likewise for both params and local "prev".
(add_insn_after): Rename param "after" to "uncast_after",
introducing local "after" with another checked cast.
(add_insn_before): Rename params "insn" and "before", giving them
"uncast_" prefixes, adding the old names back using checked casts.
(emit_note_after): Likewise for param "after".
(emit_note_before): Likewise for param "before".
(emit_label): Add a checked cast.
From-SVN: r214536
Diffstat (limited to 'gcc/emit-rtl.h')
0 files changed, 0 insertions, 0 deletions