]> git.ipfire.org Git - thirdparty/gcc.git/commit
cprop.c: Adjust outdated comments throughout.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 11 Nov 2011 16:34:16 +0000 (16:34 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 11 Nov 2011 16:34:16 +0000 (16:34 +0000)
commitba5c3b24481744e06d1cf308b42ecef89587a4ba
tree4b192c28f04356d37014b860c9d346e43d2dab1a
parentee66e604c3804ffb22c405972a2d0009bc10b969
cprop.c: Adjust outdated comments throughout.

* cprop.c: Adjust outdated comments throughout.
(hash_scan_set): Rename PAT parameter into SET.
(cprop_pavloc): Rename into...
(cprop_avloc): ...this.
(cprop_absaltered): Rename into...
(cprop_kill): ...this.
(alloc_cprop_mem): Adjust for above renaming.
(free_cprop_mem): Likewise.
(compute_cprop_data): Likewise.
(compute_local_properties): Rename TRANSP parameter into KILL and
adjust throughout.  Rework comments.
(try_replace_reg): Fix long line.
(cprop_jump): Likewise.
(constprop_register): Fix prototype and take INSN last.
(cprop_insn): Adjust calls to above function.  Fix long lines.
(bypass_block): Likewise.
(one_cprop_pass): Likewise.

From-SVN: r181289
gcc/ChangeLog
gcc/cprop.c