r117063 - in /branches/gimple-tuples-branch/gcc...

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Tue Sep 19 21:45:00 GMT 2006


Author: aldyh
Date: Tue Sep 19 21:45:24 2006
New Revision: 117063

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117063
Log:
        * tree.c (tree_code_size): Handle GIMPLE_STATEMENT_LIST.
        (tree_node_structure): Handle GIMPLE_STATEMENT_LIST and
        GIMPLE_MODIFY_STMT.
        * tree.h (struct gimple_stmt): Add prev and next fields.
        (GIMPLE_STMT_TO_TREE): Cast, do not call GIMPLE_STMT_CHECK.
        (GIMPLE_STATEMENT_LIST_HEAD): New.
        (GIMPLE_STATEMENT_LIST_TAIL): New.
        (struct gimple_statement_list): New.
        (union tree_node): Add gimple_stmt_list and gstmt.
        * treestruct.def: Add TS_GIMPLE_STATEMENT_LIST, TS_GIMPLE_STATEMENT.
        * tree.def: Add GIMPLE_STATEMENT_LIST.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/tree.c
    branches/gimple-tuples-branch/gcc/tree.def
    branches/gimple-tuples-branch/gcc/tree.h
    branches/gimple-tuples-branch/gcc/treestruct.def



More information about the Gcc-cvs mailing list