diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 555fdf9..51dbb9e 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -4954,7 +4954,7 @@ init_rtl_bb_info (basic_block bb) { gcc_assert (!bb->il.x.rtl); bb->il.x.head_ = NULL; - bb->il.x.rtl = ggc_alloc_cleared_rtl_bb_info (); + bb->il.x.rtl = ggc_cleared_alloc<rtl_bb_info> (); } /* Returns true if it is possible to remove edge E by redirecting |