tree-flow-inline.h (var_can_have_subvars): Move ...
authorRichard Guenther <rguenther@suse.de>
Fri, 9 May 2008 09:32:51 +0000 (09:32 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 9 May 2008 09:32:51 +0000 (09:32 +0000)
commit31de5b771a7621f2e331e2839e8634dad0c6ee70
treeba1aff86aaec6d938b63ca9a5e6aba055221e3b1
parent3ee6cb3f69311ba36ca1faf2a25bb536e0acc038
tree-flow-inline.h (var_can_have_subvars): Move ...

2008-05-08  Richard Guenther  <rguenther@suse.de>

* tree-flow-inline.h (var_can_have_subvars): Move ...
* tree-ssa-structalias.c (var_can_have_subvars): ... here.
* tree-flow.h (var_can_have_subvars): Remove.
(push_fields_onto_fieldstack): Remove.
(sort_fieldstack): Likewise.
(struct fieldoff): Move ...
* tree-ssa-structalias.c (struct fieldoff): ... here.  Remove
alias_set and base_for_components fields.
(sort_fieldstack): Make static.
(push_fields_onto_fieldstack): Likewise.  Remove code that
handles anything but RECORD_TYPEs.  Remove alias_set and
base_for_components handling.
(create_variable_info_for): Adjust.

From-SVN: r135110
gcc/ChangeLog
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-ssa-structalias.c