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: [tuples][patch] Remove gimple_seq_has_side_effects, fix gimplifier to correctly wrap the function body into try/finally block, if required


On Mon, Mar 17, 2008 at 20:50, Oleg Ryjkov <olegr@google.com> wrote:

>  2008-03-17  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.
>

OK.

Diego.


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