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] tree-*.c: Replace some TREE_OPERAND with COND_EXPR_*.


On Mon, 2004-11-15 at 07:18 -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to replace some TREE_OPERAND with COND_EXPR_*.
> 
> Tested on i686-pc-linux-gnu.  OK to apply?
> 
> Kazu Hirata
> 
> 2004-11-14  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* tree-cfg.c (verify_expr): Replace TREE_OPERAND with
> 	COND_EXPR_COND.
> 	* tree-if-conv.c (tree_if_convert_cond_expr): Likewise.
> 	* tree-ssa-dom.c (thread_across_edge): Likewise.
> 	* tree-vectorizer.c (vect_transform_loop_bound): Replace
> 	TREE_OPERAND with COND_EXPR_COND, COND_EXPR_THEN, or
> 	COND_EXPR_ELSE.
This is fine.
jeff



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