summaryrefslogtreecommitdiff
path: root/gcc/treestruct.def
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-15 13:34:51 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-15 13:34:51 +0000
commit79d869d049e8d7e974f9b76ab6e8c07c886f5427 (patch)
tree454a33bc82983ebee521c5e79e80c36296d99024 /gcc/treestruct.def
parent374ba45cc18e2066c4788e8e3a89db131cef644c (diff)
downloadgcc-79d869d049e8d7e974f9b76ab6e8c07c886f5427.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135357 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/treestruct.def')
-rw-r--r--gcc/treestruct.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/treestruct.def b/gcc/treestruct.def
index ef4a7240647..fb93e2c9dd4 100644
--- a/gcc/treestruct.def
+++ b/gcc/treestruct.def
@@ -62,6 +62,5 @@ DEFTREESTRUCT(TS_GIMPLE_STATEMENT, "gimple statement")
DEFTREESTRUCT(TS_VALUE_HANDLE, "value handle")
DEFTREESTRUCT(TS_CONSTRUCTOR, "constructor")
DEFTREESTRUCT(TS_MEMORY_TAG, "memory tag")
-DEFTREESTRUCT(TS_STRUCT_FIELD_TAG, "struct field tag")
DEFTREESTRUCT(TS_OMP_CLAUSE, "omp clause")
DEFTREESTRUCT(TS_MEMORY_PARTITION_TAG, "memory partition tag")