diff options
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r-- | gcc/ggc-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index fc8fb65..2fa3d10 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -220,7 +220,7 @@ ggc_mark_rtx_children (r) ggc_stats->size_rtxs[(int) code] += ggc_get_size (r); } - /* ??? If (some of) these are really pass-dependant info, do we + /* ??? If (some of) these are really pass-dependent info, do we have any right poking our noses in? */ switch (code) { |