r135110 - in /trunk/gcc: ChangeLog tree-flow-in...
rguenth@gcc.gnu.org
rguenth@gcc.gnu.org
Fri May 9 09:32:00 GMT 2008
Author: rguenth
Date: Fri May 9 09:32:51 2008
New Revision: 135110
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135110
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-flow-inline.h
trunk/gcc/tree-flow.h
trunk/gcc/tree-ssa-structalias.c
More information about the Gcc-cvs
mailing list