Commit 2979bcca by Alexandre Oliva Committed by Alexandre Oliva

* varasm.c (ultimate_transparent_alias_target): Add comment.

From-SVN: r107611
parent 1ac221f2
2005-11-28 Alexandre Oliva <aoliva@redhat.com>
* varasm.c (ultimate_transparent_alias_target): Add comment.
2005-11-28 Kazu Hirata <kazu@codesourcery.com> 2005-11-28 Kazu Hirata <kazu@codesourcery.com>
* config/m68k/m68k.c (notice_update_cc): Use SET_DEST and * config/m68k/m68k.c (notice_update_cc): Use SET_DEST and
......
...@@ -1996,6 +1996,14 @@ mark_decl_referenced (tree decl) ...@@ -1996,6 +1996,14 @@ mark_decl_referenced (tree decl)
which do not need to be marked. */ 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 static inline tree
ultimate_transparent_alias_target (tree *alias) ultimate_transparent_alias_target (tree *alias)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment