]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* varasm.c (ultimate_transparent_alias_target): Add comment.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 28 Nov 2005 18:18:54 +0000 (18:18 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 28 Nov 2005 18:18:54 +0000 (18:18 +0000)
From-SVN: r107611

gcc/ChangeLog
gcc/varasm.c

index 2cd58cfe2993b64eccbb473c5250d76b0f325382..789042d007793fe1a8e99105ced03674f10916d2 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-28  Alexandre Oliva  <aoliva@redhat.com>
+
+       * varasm.c (ultimate_transparent_alias_target): Add comment.
+
 2005-11-28  Kazu Hirata  <kazu@codesourcery.com>
 
        * config/m68k/m68k.c (notice_update_cc): Use SET_DEST and
index 68a46eab5e2963f9e18af6a96d1c5ab3cdf9cdee..fa181e17f1ec425d0e67abf35cf26bcb08f162ca 100644 (file)
@@ -1996,6 +1996,14 @@ mark_decl_referenced (tree decl)
      which do not need to be marked.  */
 }
 
+
+/* Follow the IDENTIFIER_TRANSPARENT_ALIAS chain starting at *ALIAS
+   until we find an identifier that is not itself a transparent alias.
+   Modify the alias passed to it by reference (and all aliases on the
+   way to the ultimate target), such that they do not have to be
+   followed again, and return the ultimate target of the alias
+   chain.  */
+
 static inline tree
 ultimate_transparent_alias_target (tree *alias)
 {