aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/c4x/c4x-modes.def
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-06-28 19:43:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-28 19:43:01 +0000
commitf1ba665bc7a42ad95d018ee8365801564328131f (patch)
tree8826c209bf4a345f661a8cff151f91eaedca2ba4 /gcc/config/c4x/c4x-modes.def
parentd55129782532b11e985294cb71265e2f2f78a3e8 (diff)
downloadgcc-f1ba665bc7a42ad95d018ee8365801564328131f.zip
gcc-f1ba665bc7a42ad95d018ee8365801564328131f.tar.gz
gcc-f1ba665bc7a42ad95d018ee8365801564328131f.tar.bz2
builtins.c: Follow spelling conventions.
* builtins.c: Follow spelling conventions. * cgraph.c: Likewise. * cpplex.c: Likewise. * config/arm/arm.c: Likewise. * config/arm/iwmmxt.md: Likewise. * config/c4x/c4x-modes.def: Likewise. * config/c4x/c4x.c: Likewise. * config/c4x/c4x.h: Likewise. * config/c4x/c4x.md: Likewise. * config/i386/i386-interix.h: Likewise. * config/mips/mips.h: Likewise. From-SVN: r68648
Diffstat (limited to 'gcc/config/c4x/c4x-modes.def')
-rw-r--r--gcc/config/c4x/c4x-modes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/c4x-modes.def b/gcc/config/c4x/c4x-modes.def
index 5079806..be536e0 100644
--- a/gcc/config/c4x/c4x-modes.def
+++ b/gcc/config/c4x/c4x-modes.def
@@ -25,7 +25,7 @@
On the C4x, we have a "no-overflow" mode which is used when an ADD,
SUB, NEG, or MPY insn is used to set the condition code. This is
- to prevent the combiner from optimising away a following CMP of the
+ to prevent the combiner from optimizing away a following CMP of the
result with zero when a signed conditional branch or load insn
follows.