tree.h (expand_case): Move prototype ...
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 11 Sep 2012 22:39:34 +0000 (22:39 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Tue, 11 Sep 2012 22:39:34 +0000 (22:39 +0000)
commit9a1b6b7a98ebcbdfd4210edde604293e03ed6eba
treeb469cd6db72a4e79549037180afa5a93d3451b03
parent73072611358be40e7201e5dc8c5d26e22e22febb
tree.h (expand_case): Move prototype ...

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

From-SVN: r191203
gcc/ChangeLog
gcc/except.c
gcc/expr.h
gcc/stmt.c
gcc/tree.h