This is the mail archive of the gcc-cvs@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]

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


Author: olegr
Date: Tue Mar 18 19:20:40 2008
New Revision: 133319

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133319
Log:
2008-03-18  Diego Novillo  <dnovillo@google.com>
            Oleg Ryjkov  <olegr@google.com>

        * gimplify.c (gimplify_body): Copy the block information from
        the tree function body to gimple function body.
        (gimplify_function_tree): Correctly wrap the function body
        into the try/finally block if creating one.
        * gimple.c (gimple_seq_has_side_effects): Removed.
        * gimple.h (gimple_seq_has_side_effects): Removed declaration.
        * tree-cfg.c (remove_useless_stmts_tf, remove_useless_stmts_tc):
        Modified to use gimple_seq_empty_p instead of
        gimple_seq_has_side_effects.



Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    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


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