]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-parloops.c
tree-flow.h (struct omp_region): Move to omp-low.c.
authorAndrew MacLeod <amacleod@redhat.com>
Thu, 17 Oct 2013 17:41:07 +0000 (17:41 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 17 Oct 2013 17:41:07 +0000 (17:41 +0000)
commit0645c1a22d29fcbe12ee8f774709b20b1bc3f594
tree7581ded8e73540ef06a21726e484e189f067777a
parent6f1abb55073c46b93155e13eb5308aee7f13dd5e
tree-flow.h (struct omp_region): Move to omp-low.c.

* tree-flow.h (struct omp_region): Move to omp-low.c.
Remove omp_ prototypes and variables.
* gimple.h (omp_reduction_init): Move prototype to omp-low.h.
(copy_var_decl): Relocate prototype from tree-flow.h.
* gimple.c (copy_var_decl): Relocate from omp-low.c.
* tree.h: Move prototype to omp-low.h.
* omp-low.h: New File.  Relocate prototypes here.
* omp-low.c (struct omp_region): Make local here.
(root_omp_region): Make static.
(copy_var_decl) Move to gimple.c.
(new_omp_region): Make static.
(make_gimple_omp_edges): New.  Refactored from tree-cfg.c make_edges.
* tree-cfg.c: Include omp-low.h.
(make_edges): Factor out OMP specific bits to make_gimple_omp_edges.
* gimplify.c: Include omp-low.h.
* tree-parloops.c: Likewise.

c
* c-parser.c: Include omp-low.h.
* c-typeck.c: Likewise.

cp
* parser.c: Include omp-low.h.
* semantics.c: Likewise.

fortran
* trans-openmp.c: Include omp-low.h.

From-SVN: r203786
18 files changed:
gcc/ChangeLog
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/c/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/cp/semantics.c
gcc/fortran/ChangeLog
gcc/fortran/trans-openmp.c
gcc/gimple.c
gcc/gimple.h
gcc/gimplify.c
gcc/omp-low.c
gcc/omp-low.h [new file with mode: 0644]
gcc/tree-cfg.c
gcc/tree-flow.h
gcc/tree-parloops.c
gcc/tree.h