]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming.
authorRichard Guenther <rguenther@suse.de>
Wed, 1 Aug 2012 11:51:51 +0000 (11:51 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 1 Aug 2012 11:51:51 +0000 (11:51 +0000)
2012-08-01  Richard Guenther  <rguenther@suse.de>

* doc/tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming.

From-SVN: r190035

gcc/ChangeLog
gcc/doc/tree-ssa.texi

index 6faadd93ae8b57e57cef8e0f58fc920a235a66ed..e7af1383a7f45d55ec31c5ee565f55cb15c37ac9 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-01  Richard Guenther  <rguenther@suse.de>
+
+       * doc/tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming.
+
 2012-08-01  Richard Guenther  <rguenther@suse.de>
 
        * graphite-clast-to-gimple.c (translate_clast_user): Rename
index b09b094560b5bfd137be21169bbe61469fc962fa..bf8652026df20ba41fa402d1a49220744b91d9cd 100644 (file)
@@ -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