On 01/29/2016 04:24 AM, Nicklas Bo Jensen wrote:
Hi,
The section "12.3.2 Preserving the virtual SSA form" in GCC Internals
is outdated. The two functions it documents push_stmt_changes and
pop_stmt_changes have been removed. The functionality have been
replaced with update_stmt. update_stmt is documented elsewhere in
internals. I therefore propose to remove section 12.3.2.
Furthermore, the function mark_stmt_modified have been replaced by
gimple_set_modified.
Please install this patch.
Best,
Nicklas
2016-01-29 Nicklas Bo Jensen <nbjen...@gmail.com>
* doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
outdated section
Thanks. Installed.
jeff