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]

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


Author: aldyh
Date: Wed Jul 18 18:55:05 2007
New Revision: 126729

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126729
Log:
        * gimplify.c (gimplify_and_add): Remove unecessary temporary sequence.
        Remove fixme.  Add comment.
        (gimplify_loop_expr): Tuplefy.
        (gimplify_bind_expr): Streamline GIMPLE_TRY_FINALLY tuple.
        (gimplify_expr): Tuplefy TRY_*_EXPR cases.
        * gimple.c: Fix some spacing.
        (gimple_build_try, gimple_omp_build_*): Handle empty sequences.
        (gimple_push): Remove.
        * gimple.h (gimple_push): Remove.

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


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