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/c4x | |
parent | a692ad2ece994e2e1cd8dbe06fb7efda4098cbec (diff) | |
download | gcc-1ae58c30e27a46925523033fe3f5aa20f7b6b4d0.zip gcc-1ae58c30e27a46925523033fe3f5aa20f7b6b4d0.tar.gz gcc-1ae58c30e27a46925523033fe3f5aa20f7b6b4d0.tar.bz2 |
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/c4x')
-rw-r--r-- | gcc/config/c4x/c4x.c | 2 | ||||
-rw-r--r-- | gcc/config/c4x/c4x.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 7500526..0dad6a4 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -1244,7 +1244,7 @@ c4x_emit_move_sequence (rtx *operands, enum machine_mode mode) && dp_reg_operand (XEXP (op1, 0), mode)) { /* expand_increment will sometimes create a LO_SUM immediate - address. Undo this sillyness. */ + address. Undo this silliness. */ op1 = XEXP (op1, 1); } diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 0999adc..1ea954a 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -154,7 +154,7 @@ ; not for 'c'. ; The 'f' constraint is only for float register operands---when -; a register satisying the 'f' constraint is used as a dst operand, +; a register satisfying the 'f' constraint is used as a dst operand, ; the CC gets clobbered (except for LDFcond). ; The ! in front of the 'b' constraint says to GCC to disparage the @@ -190,7 +190,7 @@ ; didn't allow it to move the CC around. ; Note that fundamental operations, such as moves, must not clobber the -; CC. Thus movqi choses a move instruction that doesn't clobber the CC. +; CC. Thus movqi chooses a move instruction that doesn't clobber the CC. ; If GCC wants to combine a move with a compare, it is smart enough to ; chose the move instruction that sets the CC. |