aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2008-05-15 09:34:51 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2008-05-15 09:34:51 -0400
commit77f377f70e6ff7e9854be833624c06c4ac567c8c (patch)
tree454a33bc82983ebee521c5e79e80c36296d99024 /gcc/tree-ssa-operands.c
parent89b7851e069ab4dcb0e53f8d9a262fd74c07de97 (diff)
downloadgcc-77f377f70e6ff7e9854be833624c06c4ac567c8c.zip
gcc-77f377f70e6ff7e9854be833624c06c4ac567c8c.tar.gz
gcc-77f377f70e6ff7e9854be833624c06c4ac567c8c.tar.bz2
treestruct.def (TS_STRUCT_FIELD_TAG): Remove.
2008-05-15 Diego Novillo <dnovillo@google.com> http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00893.html * treestruct.def (TS_STRUCT_FIELD_TAG): Remove. * tree-ssa-alias.c (new_type_alias): Remove references to sub-variables from comment. * tree-ssa-operands.c (swap_tree_operands): Likewise. From-SVN: r135357
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r--gcc/tree-ssa-operands.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c
index c6cc618..a0d7dac 100644
--- a/gcc/tree-ssa-operands.c
+++ b/gcc/tree-ssa-operands.c
@@ -2551,9 +2551,7 @@ swap_tree_operands (tree stmt, tree *exp0, tree *exp1)
/* Add the base address of REF to the set *ADDRESSES_TAKEN. If
*ADDRESSES_TAKEN is NULL, a new set is created. REF may be
a single variable whose address has been taken or any other valid
- GIMPLE memory reference (structure reference, array, etc). If the
- base address of REF is a decl that has sub-variables, also add all
- of its sub-variables. */
+ GIMPLE memory reference (structure reference, array, etc). */
void
add_to_addressable_set (tree ref, bitmap *addresses_taken)