r128010 - in /branches/gimple-tuples-branch/gcc...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Sat Sep 1 00:18:00 GMT 2007
Author: dnovillo
Date: Sat Sep 1 00:18:40 2007
New Revision: 128010
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128010
Log:
* tree-gimple.c (is_gimple_addressable): Tidy.
* Makefile.in (tree-ssa-structalias.o): Disable dependency on
GTY header file.
(tree-ssa-propagate.o): Likewise.
(tree-phinodes.o): Likewise.
(tree-scalar-evolution.o): Likewise.
(tree-vect-generic.o): Likewise.
* gimple.h (struct gimple_statement_phi): Change type of
fields 'capacity' and 'nargs' to size_t.
Update all users.
* tree-cfg.c (verify_gimple_unary_expr): Remove. Update all
users.
(verify_gimple_binary_expr): Remove. Update all users.
(verify_types_in_gimple_min_lval): Rename from
verify_gimple_min_lval.
(verify_types_in_gimple_reference): Rename from
verify_gimple_reference.
(verify_gimple_tree_expr): Remove.
Move checks to verify_types_in_gimple_assign.
(verify_types_in_gimple_call): Rename from verify_gimple_call.
(verify_types_in_gimple_cond): Rename from verify_gimple_cond.
(verify_types_in_gimple_assign): Rename from verify_gimple_assign.
(verify_types_in_gimple_switch): Rename from verify_gimple_switch.
(verify_types_in_gimple_phi): New.
verify_types_in_gimple_return): Rename from
verify_gimple_return.
(verify_types_in_gimple_stmt): Rename from verify_gimple_stmt.
(verify_types_in_gimple_seq): Rename from verify_gimple_seq.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/Makefile.in
branches/gimple-tuples-branch/gcc/gimple.c
branches/gimple-tuples-branch/gcc/gimple.h
branches/gimple-tuples-branch/gcc/gimplify.c
branches/gimple-tuples-branch/gcc/tree-cfg.c
branches/gimple-tuples-branch/gcc/tree-flow-inline.h
branches/gimple-tuples-branch/gcc/tree-flow.h
branches/gimple-tuples-branch/gcc/tree-gimple.c
More information about the Gcc-cvs
mailing list