* tree-flow.h: Remove some prototypes.
commit4e57e76d5c759ae66438c3d7003543c2d563aad1
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Oct 2013 12:13:13 +0000 (8 12:13 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Oct 2013 12:13:13 +0000 (8 12:13 +0000)
tree535698e7a260f82134c7871c7ce81f209823f3e1
parentd00cc43d6c196d64e94e1eef4299f6bf9e18c8f7
* tree-flow.h: Remove some prototypes.
* tree.h: Remove some protypes, add a couple.
* tree.c (using_eh_for_cleanups_flag, using_eh_for_cleanups,
using_eh_for_cleanups_p): Add interface routines for front ends.
* tree-eh.h: New file.  Add protoptyes.
* tree-eh.c (using_eh_for_cleanups_p, using_eh_for_cleanups): Delete.
(add_stmt_to_eh_lp_fn): Make static.
(lower_try_finally): Use new using_eh_for_cleanups_p.
* emit-rtl.c: Include tree-eh.h.
* gimple.h: Include tree-eh.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203273 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/emit-rtl.c
gcc/gimple.h
gcc/tree-eh.c
gcc/tree-eh.h [new file with mode: 0644]
gcc/tree-flow.h
gcc/tree.c
gcc/tree.h