]> gcc.gnu.org Git - gcc.git/commit - gcc/gimple.cc
tree-flow.h: Remove some prototypes.
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 2 Oct 2013 17:57:54 +0000 (17:57 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 2 Oct 2013 17:57:54 +0000 (17:57 +0000)
commit3d9c733eb19c1fa07f0adecc083a4c2a053fd903
tree4e565c339cd910e920e36af879ee13b02dd89c3d
parentcc1a9ac808c9f04cb0deeff138b5da114f113c76
tree-flow.h: Remove some prototypes.

* tree-flow.h: Remove some prototypes.
* tree-ssa-dce.c (mark_virtual_operand_for_renaming,
mark_virtual_phi_result_for_renaming): Move to tree-into-ssa.c.
* tree-into-ssa.c (mark_virtual_operand_for_renaming,
mark_virtual_phi_result_for_renaming): Relocate here.
* tree-into-ssa.h: Add prototypes.
* tree-ssa-phiopt.c: (tree_ssa_phiopt_worker) Use
single_pred_before_succ_order.
(blocks_in_phiopt_order): Rename and move to cfganal.c.
(nonfreeing_call_p) Move to gimple.c.
* cfganal.c (single_pred_before_succ_order): Move and renamed from
tree-ssa-phiopt.c.
* basic-block.h (single_pred_before_succ_order): Add prototype.
* gimple.c (nonfreeing_call_p): Relocate here.
* gimple.h: Add prototype.
* tree-ssa-ifcombine.c: Include tree-ssa-phiopt.h.
* tree-ssa-dom.h: New file.  Relocate prototypes here.
* tree-ssa.h: Include tree-ssa-dom.h.

From-SVN: r203122
13 files changed:
gcc/ChangeLog
gcc/basic-block.h
gcc/cfganal.c
gcc/gimple.c
gcc/gimple.h
gcc/tree-flow.h
gcc/tree-into-ssa.c
gcc/tree-into-ssa.h
gcc/tree-ssa-dce.c
gcc/tree-ssa-dom.h [new file with mode: 0644]
gcc/tree-ssa-ifcombine.c
gcc/tree-ssa-phiopt.c
gcc/tree-ssa.h
This page took 0.060337 seconds and 5 git commands to generate.