diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-04-30 16:27:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-04-30 16:27:30 +0000 |
commit | 1ae58c30e27a46925523033fe3f5aa20f7b6b4d0 (patch) | |
tree | 5061220e8209778aa37f21016395d5b6b6291a31 /gcc/config/alpha | |
parent | a692ad2ece994e2e1cd8dbe06fb7efda4098cbec (diff) | |
download | gcc-1ae58c30e27a46925523033fe3f5aa20f7b6b4d0.tar.gz |
bb-reorder.c, [...]: Fix comment typos.
* bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c,
cppfiles.c, fold-const.c, ggc-zone.c, loop-doloop.c, optabs.c,
reg-stack.c, varasm.c, config/alpha/ev4.md,
config/alpha/ev5.md, config/alpha/ev6.md, config/arm/arm.c,
config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.c,
config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
config/frv/frv.h, config/frv/frv.md, config/h8300/h8300.c,
config/i386/i386.c, config/i386/i386.md, config/i386/winnt.c,
config/ia64/itanium2.md, config/ip2k/ip2k.c,
config/mips/mips.c, config/mips/mips.h, config/mips/sr71k.md,
config/pa/pa.c, config/s390/s390.c, config/sh/sh.c: Fix
comment typos.
From-SVN: r81345
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/ev4.md | 2 | ||||
-rw-r--r-- | gcc/config/alpha/ev5.md | 6 | ||||
-rw-r--r-- | gcc/config/alpha/ev6.md | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/alpha/ev4.md b/gcc/config/alpha/ev4.md index cee3ae608ee..5056fa1277a 100644 --- a/gcc/config/alpha/ev4.md +++ b/gcc/config/alpha/ev4.md @@ -98,7 +98,7 @@ "ev4_ist" "store_data_bypass_p") -; Multiplies use a non-piplined imul unit. Also, "no [ebox] insn can +; Multiplies use a non-pipelined imul unit. Also, "no [ebox] insn can ; be issued exactly three cycles before an integer multiply completes". (define_insn_reservation "ev4_imulsi" 21 diff --git a/gcc/config/alpha/ev5.md b/gcc/config/alpha/ev5.md index 20757e15159..ece25d7e961 100644 --- a/gcc/config/alpha/ev5.md +++ b/gcc/config/alpha/ev5.md @@ -18,7 +18,7 @@ ;; the Free Software Foundation, 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. -;; EV5 has two asymetric integer units, E0 and E1, plus separate +;; EV5 has two asymmetric integer units, E0 and E1, plus separate ;; FP add and multiply units. (define_automaton "ev5_0,ev5_1") @@ -97,7 +97,7 @@ ; Conditional move and branch can issue the same cycle as the test. (define_bypass 0 "ev5_ilogcmp" "ev5_ibr,ev5_cmov" "if_test_bypass_p") -; Multiplies use a non-piplined imul unit. Also, "no insn can be issued +; Multiplies use a non-pipelined imul unit. Also, "no insn can be issued ; to E0 exactly two cycles before an integer multiply completes". (define_insn_reservation "ev5_imull" 8 @@ -136,7 +136,7 @@ (define_bypass 13 "ev5_imulq" "ev5_imull,ev5_imulq,ev5_imulh") (define_bypass 15 "ev5_imulh" "ev5_imull,ev5_imulq,ev5_imulh") -; Similarly for the FPU we have two asymetric units. +; Similarly for the FPU we have two asymmetric units. (define_insn_reservation "ev5_fadd" 4 (and (eq_attr "cpu" "ev5") diff --git a/gcc/config/alpha/ev6.md b/gcc/config/alpha/ev6.md index 23a09b053a3..561ca709d5d 100644 --- a/gcc/config/alpha/ev6.md +++ b/gcc/config/alpha/ev6.md @@ -22,7 +22,7 @@ ; expected to help over-much, but a precise description can be important ; for software pipelining. ; -; EV6 has two symmetric pairs ("clusters") of two asymetric integer +; EV6 has two symmetric pairs ("clusters") of two asymmetric integer ; units ("upper" and "lower"), yielding pipe names U0, U1, L0, L1. ; ; ??? The clusters have independent register files that are re-synced |