r132290 - in /branches/gimple-tuples-branch/gcc...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Wed Feb 13 17:30:00 GMT 2008
Author: dnovillo
Date: Wed Feb 13 17:30:53 2008
New Revision: 132290
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132290
Log:
http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00455.html
* tree-complex.c (update_complex_components): Handle
GIMPLE_CALL and GIMPLE_ASSIGN.
(expand_complex_libcall): Set SSA_NAME_DEF_STMT on LHS.
* tree-ssa-operands.c (maybe_add_call_clobbered_vops):
Rename from get_call_expr_operands. Update all users.
Convert to handle GIMPLE_CALL instead of CALL_EXPR.
(get_modify_stmt_operands): Remove. Update all users.
(get_expr_operands): Do not handle CALL_EXPR, COND_EXPR,
VEC_COND_EXPR, GIMPLE_MODIFY_STMT, BLOCK, EXC_PTR_EXPR
and FILTER_EXPR.
(parse_ssa_operands): Call maybe_add_call_clobbered_vops
after parsing operands if STMT is a GIMPLE_CALL.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/tree-complex.c
branches/gimple-tuples-branch/gcc/tree-ssa-operands.c
More information about the Gcc-cvs
mailing list