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]

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


Author: aldyh
Date: Thu Jul 17 10:09:52 2008
New Revision: 137919

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137919
Log:
        * tree-ssa-propagate.c (valid_gimple_expression_p): Remove.
        * tree-ssa-propagate.h (valid_gimple_expression_p): Remove.
        * tree-eh.c: Factor out common code in operation_could_trap_p and 
        stmt_could_throw_1_p into...
        (operation_could_trap_helper_p): New.
        * gimplify.c (gimplify_expr): Rephrase fixme.
        * tree-mudflap.c: Remove fixme.


Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/tree-eh.c
    branches/gimple-tuples-branch/gcc/tree-mudflap.c
    branches/gimple-tuples-branch/gcc/tree-ssa-propagate.c
    branches/gimple-tuples-branch/gcc/tree-ssa-propagate.h


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