diff options
Diffstat (limited to 'gcc/config/epiphany/epiphany.c')
-rw-r--r-- | gcc/config/epiphany/epiphany.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c index 7ee5d0a..598f61b 100644 --- a/gcc/config/epiphany/epiphany.c +++ b/gcc/config/epiphany/epiphany.c @@ -982,7 +982,7 @@ epiphany_init_machine_status (void) /* Reset state info for each function. */ current_frame_info = zero_frame_info; - machine = ggc_alloc_cleared_machine_function_t (); + machine = ggc_cleared_alloc<machine_function_t> (); return machine; } |