summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r--gcc/tree-eh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c
index 85379e63d8b..202073d3534 100644
--- a/gcc/tree-eh.c
+++ b/gcc/tree-eh.c
@@ -1671,7 +1671,7 @@ lower_eh_constructs_1 (struct leh_state *state, tree *tp)
}
}
-static void
+static unsigned int
lower_eh_constructs (void)
{
struct leh_state null_state;
@@ -1687,6 +1687,7 @@ lower_eh_constructs (void)
htab_delete (finally_tree);
collect_eh_region_array ();
+ return 0;
}
struct tree_opt_pass pass_lower_eh =