This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove some Pascal trees from the generic


On Tue, Jul 06, 2004 at 08:28:00PM -0700, Andrew Pinski wrote:
> 	* expr.c (expand_expr_real_1): Fix formating.
> 	BUFFER_REF and IN_EXPR are dead.
> 	* fold-const.c (non_lvalue): BUFFER_REF is dead.
> 	* tree-inline.c (estimate_num_insns_1): Likewise.
> 	* tree-pretty-print.c (dump_generic_node): BUFFER_REF,
> 	IN_EXPR, SET_LE_EXPR, and CARD_EXPR are dead.
> 	* tree.def (BUFFER_REF, IN_EXPR, SET_LE_EXPR, CARD_EXPR): Kill.
> cp/ChangeLog:
> 	* class.c (instantiate_type): BUFFER_REF is dead.
> 	* lex.c (init_operators): IN_EXPR is dead.

Ok.

If Pascal ever gets ported to tree-ssa, these trees can be added to
their language-specific source, and lowered in their gimplify hook.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]