tree-flow.h: Move some prototypes to gimple.h.
authorAndrew MacLeod <amacleod@redhat.com>
Thu, 10 Oct 2013 12:16:24 +0000 (12:16 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 10 Oct 2013 12:16:24 +0000 (12:16 +0000)
commitb184c8f13820b011a119ce9c900b73986f3c5351
treef80b88345449f896d73f2ad4a13f460eefe75960
parent83553466ec17627d218830d7f32050b9cc9e2c82
tree-flow.h: Move some prototypes to gimple.h.

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.

From-SVN: r203357
gcc/ChangeLog
gcc/builtins.c
gcc/gimple-fold.c
gcc/gimple-fold.h
gcc/gimple.h
gcc/gimplify.c
gcc/tree-flow.h