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

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Mon Jul 14 21:41:00 GMT 2008


Author: aldyh
Date: Mon Jul 14 21:41:08 2008
New Revision: 137801

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137801
Log:
        * config/alpha/alpha.c (va_list_skip_additions): Rename
        GIMPLE_MODIFY_STMT to MODIFY_EXPR.
        (alpha_va_start): Same.
        (alpha_gimplify_va_arg_1): Use gimplify_assign.
        (alpha_gimplify_va_arg): Same.
        * config/frv/frv.c (frv_expand_builtin_va_start): Rename
        GIMPLE_MODIFY_STMT to MODIFY_EXPR.
        * config/ia64/ia64.c (ia64_gimplify_va_arg): Use gimplify_assign.
        * config/alpha/mips.c (mips_va_start): Rename GIMPLE_MODIFY_STMT to
        MODIFY_EXPR or use gimplify_assign when appropriate.
        (mips_gimplify_va_arg_expr): Same.
 ada/
        * trans.c (gnat_gimplify_expr): Use gimplify_assign.


Added:
    branches/gimple-tuples-branch/gcc/ada/ChangeLog.tuples
Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/ada/trans.c
    branches/gimple-tuples-branch/gcc/config/alpha/alpha.c
    branches/gimple-tuples-branch/gcc/config/frv/frv.c
    branches/gimple-tuples-branch/gcc/config/ia64/ia64.c
    branches/gimple-tuples-branch/gcc/config/mips/mips.c



More information about the Gcc-cvs mailing list