From: Richard Guenther Date: Wed, 1 Aug 2012 11:51:51 +0000 (+0000) Subject: tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming. X-Git-Tag: releases/gcc-4.8.0~4183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1491b564b2513c4ed61a4c18ac79e453277845e8;p=thirdparty%2Fgcc.git tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming. 2012-08-01 Richard Guenther * doc/tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming. From-SVN: r190035 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6faadd93ae8b..e7af1383a7f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-08-01 Richard Guenther + + * doc/tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming. + 2012-08-01 Richard Guenther * graphite-clast-to-gimple.c (translate_clast_user): Rename diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi index b09b094560b5..bf8652026df2 100644 --- a/gcc/doc/tree-ssa.texi +++ b/gcc/doc/tree-ssa.texi @@ -628,10 +628,7 @@ introduced to replace existing names in the program, the mapping between the old and the new names are registered by calling @code{register_new_name_mapping} (note that if your pass creates new code by duplicating basic blocks, the call to @code{tree_duplicate_bb} -will set up the necessary mappings automatically). On the other hand, -if your pass exposes a new symbol that should be put in SSA form for -the first time, the new symbol should be registered with -@code{mark_sym_for_renaming}. +will set up the necessary mappings automatically). After the replacement mappings have been registered and new symbols marked for renaming, a call to @code{update_ssa} makes the registered