aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-09-11 22:39:34 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-09-11 22:39:34 +0000
commita067ceea41a241c834ead8d234f6b2e7b48f67d5 (patch)
treeb469cd6db72a4e79549037180afa5a93d3451b03 /gcc/tree.h
parent712461f4dfaff54cc9d119662e8b001a4ed84311 (diff)
* tree.h (expand_case): Move prototype ...
* expr.h (expand_case): ...here. (expand_sjlj_dispatch_table): New prototype. * stmt.c: Include pointer-set.h instead of bitmap.h. (expand_case): Use a pointer set instead of a bitmap for already-seen labels. Fold label values here. (add_case_node): Don't fold label values here. (expand_sjlj_dispatch_table): New function. * except.c (sjlj_emit_dispatch_table): Use it. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@191203 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index ab5dd1e3f59..f9c9a7f884e 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -6117,7 +6117,6 @@ extern bool parse_input_constraint (const char **, int, int, int, int,
const char * const *, bool *, bool *);
extern void expand_asm_stmt (gimple);
extern tree resolve_asm_operand_names (tree, tree, tree, tree);
-extern void expand_case (gimple);
#ifdef HARD_CONST
/* Silly ifdef to avoid having all includers depend on hard-reg-set.h. */
extern tree tree_overlaps_hard_reg_set (tree, HARD_REG_SET *);