diff options
Diffstat (limited to 'gcc/tree-optimize.c')
-rw-r--r-- | gcc/tree-optimize.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index a918101..e44756d 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -206,10 +206,7 @@ execute_fixup_cfg (void) /* We just processed all calls. */ if (cfun->gimple_df) - { - VEC_free (gimple, gc, MODIFIED_NORETURN_CALLS (cfun)); - MODIFIED_NORETURN_CALLS (cfun) = NULL; - } + vec_free (MODIFIED_NORETURN_CALLS (cfun)); /* Dump a textual representation of the flowgraph. */ if (dump_file) |