diff options
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index 9d6d8a36029..7f4065e6df6 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -433,11 +433,7 @@ lto_get_decl_name_mapping (struct lto_file_decl_data *decl_data, struct lto_in_decl_state * lto_new_in_decl_state (void) { - struct lto_in_decl_state *state; - - state = ((struct lto_in_decl_state *) ggc_alloc (sizeof (*state))); - memset (state, 0, sizeof (*state)); - return state; + return ggc_alloc_cleared_lto_in_decl_state (); } /* Delete STATE and its components. */ |