diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 9c17c1e..872d424 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -96,7 +96,7 @@ add_stmt_to_eh_lp_fn (struct function *ifun, gimple t, int num) gcc_assert (num != 0); - n = GGC_NEW (struct throw_stmt_node); + n = ggc_alloc_throw_stmt_node (); n->stmt = t; n->lp_nr = num; |