aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 44cd15d063e..7c3155aa7f4 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -1052,7 +1052,7 @@ init_edge_profiler ()
char buf[20];
ASM_GENERATE_INTERNAL_LABEL (buf, "LPBX", 2);
profiler_label = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (buf));
- ggc_add_rtx_root (&profiler_label, 1);
+ ggc_add_rtx_root (&profiler_label, 1, "profiler_label");
}
/* Output instructions as RTL to increment the edge execution count. */