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]

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


Author: olegr
Date: Tue Mar 25 16:24:49 2008
New Revision: 133522

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133522
Log:
2008-03-25  Oleg Ryjkov  <olegr@google.com>

        * gimple.c (gimple_build_bind): Added a new parameter - the
        containing block.
        * gimple.h (gimple_build_bind): Changed the header accordingly.
        * gimplify.c (gimplify_bind_expr, gimplify_function_tree): Updated
        the callers of gimple_build_bind.
        (gimplify_body): Updated the call to gimple_build_bind and moved
        the copying of block information into gimplify_bind_expr.




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]