diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 22c515b7024..2ca007a4b05 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -9829,7 +9829,7 @@ dwarf2out_init (asm_out_file, main_input_filename) if (ggc_p) { VARRAY_RTX_INIT (used_rtx_varray, 32, "used_rtx_varray"); - ggc_add_tree_varray_root (&used_rtx_varray, 1); + ggc_add_rtx_varray_root (&used_rtx_varray, 1); } ASM_GENERATE_INTERNAL_LABEL (text_end_label, TEXT_END_LABEL, 0); |