tree-flow.h: Remove some prototypes.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 8 Oct 2013 12:13:13 +0000 (12:13 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Tue, 8 Oct 2013 12:13:13 +0000 (12:13 +0000)
commit481d1b81534c70122187f38c26d6a19db587528f
tree535698e7a260f82134c7871c7ce81f209823f3e1
parent0e6a0e48eb5ead024d12453cb811bdf0ef5c3377
tree-flow.h: Remove some prototypes.

* 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.

From-SVN: r203273
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