diff options
author | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-22 20:42:50 +0000 |
---|---|---|
committer | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-22 20:42:50 +0000 |
commit | 05d5500b280c994e2c71f44f37fb0714cb3d8ef7 (patch) | |
tree | b15b12092c6849bed0725d66fcd698e88fb87353 /gcc/regstat.c | |
parent | c72f6e470ee69567f2599352616ab9d913198179 (diff) | |
download | gcc-05d5500b280c994e2c71f44f37fb0714cb3d8ef7.tar.gz |
regrename.c: Use rtx_insn
gcc/
* regrename.c (create_new_chain): Strengthen param "insn" from rtx
to rtx_insn *.
(init_rename_info): Replace use of NULL_RTX with NULL when dealing
with an insn.
(regrename_analyze): Strengthen local "insn" from rtx to
rtx_insn *.
(scan_rtx_reg): Likewise for param "insn".
(scan_rtx_address): Likewise.
(scan_rtx): Likewise.
(restore_operands): Likewise.
(record_out_operands): Likewise.
(build_def_use): Likewise for local "insn". Replace use of
NULL_RTX with NULL when dealing with an insn.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214368 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regstat.c')
0 files changed, 0 insertions, 0 deletions