* tree-gimple.c (get_base_address): Update documentation.

From-SVN: r92046
This commit is contained in:
Diego Novillo 2004-12-12 13:58:49 +00:00 committed by Diego Novillo
parent 7d7b8bfe55
commit 8a40280df9
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2004-12-12 Diego Novillo <dnovillo@redhat.com>
* tree-gimple.c (get_base_address): Update documentation.
2004-12-12 Kazu Hirata <kazu@cs.umass.edu>
* lcm.c (optimize_mode_switching): Free ptr even when mode_set

View File

@ -419,10 +419,7 @@ get_call_expr_in (tree t)
return NULL_TREE;
}
/* Given a memory reference expression, return the base address. Note that,
in contrast with get_base_var, this will not recurse inside INDIRECT_REF
expressions. Therefore, given the reference PTR->FIELD, this function
will return *PTR. Whereas get_base_var would've returned PTR. */
/* Given a memory reference expression T, return its base address. */
tree
get_base_address (tree t)