OSDN Git Service

* tree-gimple.c (get_base_address): Update documentation.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Dec 2004 13:58:49 +0000 (13:58 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Dec 2004 13:58:49 +0000 (13:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92046 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-gimple.c

index 66b4708..0a14a0d 100644 (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
index 0253676..935e5ae 100644 (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)