aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2013-10-08 12:13:13 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2013-10-08 12:13:13 +0000
commit481d1b81534c70122187f38c26d6a19db587528f (patch)
tree535698e7a260f82134c7871c7ce81f209823f3e1 /gcc/gimple.h
parent0e6a0e48eb5ead024d12453cb811bdf0ef5c3377 (diff)
downloadgcc-481d1b81534c70122187f38c26d6a19db587528f.zip
gcc-481d1b81534c70122187f38c26d6a19db587528f.tar.gz
gcc-481d1b81534c70122187f38c26d6a19db587528f.tar.bz2
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
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r--gcc/gimple.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h
index e7021a4..2272075 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -31,6 +31,7 @@ along with GCC; see the file COPYING3. If not see
#include "tree-ssa-alias.h"
#include "internal-fn.h"
#include "gimple-fold.h"
+#include "tree-eh.h"
typedef gimple gimple_seq_node;