2013-10-10 Andrew MacLeod <amacleod@redhat.com>
commit09c41ee4024d965815267df8b5c613a3e6cb855a
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Oct 2013 12:16:24 +0000 (10 12:16 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Oct 2013 12:16:24 +0000 (10 12:16 +0000)
treef80b88345449f896d73f2ad4a13f460eefe75960
parent392905520a0a25d7c10ec741b171ee5623c44970
2013-10-10  Andrew MacLeod  <amacleod@redhat.com>

* tree-flow.h: Move some prototypes to gimple.h.
(gimple_fold_indirect_ref): Move prototype to gimple-fold.h.
* gimple.h: Relocate some prototypes from tree-flow.h
* builtins.c (std_gimplify_va_arg_expr, build_va_arg_indirect_ref):
Move to gimplify.c.
* gimplify.c (gimple_fold_indirect_ref): Move to gimple-fold.c.
(build_va_arg_indirect_ref): Relocate and make static.
(std_gimplify_va_arg_expr): Relocate here.
* gimple-fold.c (gimple_fold_indirect_ref): Relocate here.
* gimple-fold.h (gimple_fold_indirect_ref): Add prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203357 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/gimple-fold.c
gcc/gimple-fold.h
gcc/gimple.h
gcc/gimplify.c
gcc/tree-flow.h