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]

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


Author: olegr
Date: Thu Mar 20 20:53:11 2008
New Revision: 133397

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

        * tree-complex.c (init_dont_simulate_again, complex_visit_stmt,
        update_complex_components, expand_complex_operations_1): Consider
        GIMPLE_CALLs with a lhs, not only GIMPLE_ASSIGNs.
        * gimplify.c (get_tmp_var_for): Removed.
        (gimplify_call_expr): Remove call to get_tmp_var_for, set
        gimple_register on a new lhs in some cases.



Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/tree-complex.c


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