diff options
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) |