diff options
author | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-22 23:29:14 +0000 |
---|---|---|
committer | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-22 23:29:14 +0000 |
commit | 9588521d18d4e00cb634ddd1d5d2e57be874dab5 (patch) | |
tree | 905decf88d64625f2e335c550face23d4df5671f /gcc/ggc-common.c | |
parent | 9912d2870a855d71a49808d9ff9419caf8d4337b (diff) | |
download | ppe42-gcc-9588521d18d4e00cb634ddd1d5d2e57be874dab5.tar.gz ppe42-gcc-9588521d18d4e00cb634ddd1d5d2e57be874dab5.zip |
2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
* collect2.c (main): Typo fixed.
* diagnostic.c: Typo fixed.
* dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
* eh-common.h: Typo fixed.
* emit-rtl.c (start_sequence): Typo fixed.
* flow.c (find_label_refs): Typo fixed.
(calculate_global_regs_live): Typo fixed.
(mark_regno_cond_dead): Typo fixed.
(create_edge_list): Typos fixed.
(verify_edge_list): Typo fixed.
* ggc-common.c (ggc_mark_rtx_children): Typo fixed.
* loop.c (strength_reduce): Typo in function name fixed.
* rtl.h: Added comments. Typo in function name fixed.
* rtlanal.c: Typo in function name fixed.
(insn_dependant_p): Rename to ...
(insn_dependent_p): ... this.
(computed_jumo_p): Typo fixed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35194 138bc75d-0d04-0410-961f-82ee72b054a4
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 fc8fb653790..2fa3d101493 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) { |