]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-scalar-evolution.c
* tree-flow.h: Include new .h files. Move prototypes.
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Oct 2013 13:19:29 +0000 (13:19 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Oct 2013 13:19:29 +0000 (13:19 +0000)
commit0d9585ca35b919263b973afb371f0eda04857159
tree375ad6b99eeeb983ea0bb3b3219f6c281da0b899
parent6da7e1105569fc756baf51b0b4bd53eda8e2b338
* tree-flow.h: Include new .h files.  Move prototypes.
* tree-cfgcleanup.h: New file.  Add prototypes from tree-flow.h.
* tree-dfa.h: New File.  Add prototypes from tree-flow.h.
(get_addr_base_and_unit_offset_1) Move from tree-flow-inline.h.
* tree-pretty-print.h: Add prototypes from tree-flow.h.
* tree-into-ssa.h: New File.  Add prototypes from tree-flow.h.
({debug|dump}*): Move debugging prototypes out of tree-into-ssa.c.
* tree-into-ssa.c ({debug|dump}*): Move prototypes to header file.
* tree.h (get_ref_base_and_extent): Move prototype out.
* tree-flow-inline.h (get_addr_base_and_unit_offset_1): Move to
tree-dfa.h.
* gimple-low.h: New File.  Add prototypes from tree-flow.h.
* gimple-low.c (try_catch_may_fallthru, block_may_fallthru): Move to...
* tree.c (try_catch_may_fallthru, block_may_fallthru): Here.
* tree-scalar-evolution.c: Include tree.h.
* sese.c: Include tree.h.
* dumpfile.c: Move gimple-pretty-print.h include after tree.h.
* dwarf2out.c: Include tree-dfa.h.
* tree-chrec.c: Include tree.h.
* tree-data-ref.c: Include tree.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203113 138bc75d-0d04-0410-961f-82ee72b054a4
17 files changed:
gcc/dumpfile.c
gcc/dwarf2out.c
gcc/gimple-low.c
gcc/gimple-low.h [new file with mode: 0644]
gcc/sese.c
gcc/tree-cfgcleanup.h [new file with mode: 0644]
gcc/tree-chrec.c
gcc/tree-data-ref.c
gcc/tree-dfa.h [new file with mode: 0644]
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-into-ssa.c
gcc/tree-into-ssa.h [new file with mode: 0644]
gcc/tree-pretty-print.h
gcc/tree-scalar-evolution.c
gcc/tree.c
gcc/tree.h