diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-17 14:24:24 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-17 14:24:24 +0000 |
commit | fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b (patch) | |
tree | 2cb49286c2dc56eb4c87f9c8f6bf3d0ed54ea367 /gcc/genattrtab.c | |
parent | 095f90933f648fbf24528d7a7aecf76399f3e743 (diff) | |
download | gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.tar.gz |
et-forest.c: Fix comment typos.
* et-forest.c: Fix comment typos.
* et-forest.h: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* flags.h: Likewise.
* flow.c: Likewise.
* gcc.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genautomata.c: Likewise.
* gengtype.c: Likewise.
* genrecog.c: Likewise.
* global.c: Likewise.
* gthr-rtems.h: Likewise.
From-SVN: r61443
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 53ebbefd3ae..b1f04bb5e7a 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -2085,7 +2085,7 @@ expand_units () every possible C. The issue delay function for C is op->issue_exp and is used to - write the `<name>_unit_conflict_cost' function. Symbolicly + write the `<name>_unit_conflict_cost' function. Symbolically this is "ISSUE-DELAY (E,C)". The pipeline delay results form the FIFO constraint on the @@ -3198,8 +3198,8 @@ attr_rtx_cost (x) /* Simplify test expression and use temporary obstack in order to avoid - memory bloat. Use ATTR_IND_SIMPLIFIED to avoid unnecesary simplifications - and avoid unnecesary copying if possible. */ + memory bloat. Use ATTR_IND_SIMPLIFIED to avoid unnecessary simplifications + and avoid unnecessary copying if possible. */ static rtx simplify_test_exp_in_temp (exp, insn_code, insn_index) |