This is the mail archive of the gcc-patches@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]

Re: [tuples] Fix some leftovers from GIMPLE_MODIFY_STMT removal


On Mon, Jul 14, 2008 at 13:54, Jakub Jelinek <jakub@redhat.com> wrote:

> 2008-07-14  Jakub Jelinek  <jakub@redhat.com>
>
>        * tree-vect-transform.c (vect_create_data_ref_ptr): Update comment.
>        * config/s390/s390.c (s390_va_start): Build MODIFY_EXPR instead of
>        GIMPLE_MODIFY_STMT.
>        (s390_gimplify_va_arg): Use gimplify_assign.
>        * config/sh/sh.c (sh_va_start): Build MODIFY_EXPR instead of
>        GIMPLE_MODIFY_STMT.
>        (sh_gimplify_va_arg_expr): Use gimplify_assign.
>        * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
>        * config/spu/spu.c (spu_va_start): Build MODIFY_EXPR instead of
>        GIMPLE_MODIFY_STMT.
>        (spu_gimplify_va_arg_expr): Use gimplify_assign.
>        * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
>        Build MODIFY_EXPR instead of GIMPLE_MODIFY_STMT.
>        (xstormy16_gimplify_va_arg_expr): Likewise.  Use gimplify_assign.
>        * config/xtensa/xtensa.c (xtensa_va_start): Build MODIFY_EXPR
>        instead of GIMPLE_MODIFY_STMT.
>        (xtensa_gimplify_va_arg_expr): Use gimplify_assign.
> cp/
>        * cp-gimplify.c (cp_gimplify_expr): Update comment.

OK.

Diego.


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