r181289 - in /trunk/gcc: ChangeLog cprop.c
ebotcazou@gcc.gnu.org
ebotcazou@gcc.gnu.org
Fri Nov 11 16:34:00 GMT 2011
Author: ebotcazou
Date: Fri Nov 11 16:34:16 2011
New Revision: 181289
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181289
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cprop.c
More information about the Gcc-cvs
mailing list