diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-05 13:34:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-05 13:34:45 +0000 |
commit | 368ebcd6ffb979a5b002835b03f75d61d681221d (patch) | |
tree | f344e155c2b5c7aac595a92de8716b906a1ef740 /gcc/config/c4x | |
parent | 0ee55ad88a745b42dc1466c5ae6360f83ba3c628 (diff) | |
download | gcc-368ebcd6ffb979a5b002835b03f75d61d681221d.zip gcc-368ebcd6ffb979a5b002835b03f75d61d681221d.tar.gz gcc-368ebcd6ffb979a5b002835b03f75d61d681221d.tar.bz2 |
fold-const.c: Follow spelling conventions.
* fold-const.c: Follow spelling conventions.
* function.c: Likewise.
* config/c4x/c4x.h: Likewise.
* config/c4x/c4x.md: Likewise.
* config/frv/frv.md: Likewise.
* config/rs6000/aix.h: Likewise.
* config/rs6000/linux64.h: Likewise.
* config/xtensa/xtensa.c: Likewise.
From-SVN: r72111
Diffstat (limited to 'gcc/config/c4x')
-rw-r--r-- | gcc/config/c4x/c4x.h | 2 | ||||
-rw-r--r-- | gcc/config/c4x/c4x.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 1988ce6..37d0c9b 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -777,7 +777,7 @@ enum reg_class the register arguments (R2,R3), respectively. I'm reluctant to define this macro since it stomps on many potential optimizations. Ideally it should have a register class argument so that not all the register - classes gets penalised for the sake of a naughty few... For long + classes gets penalized for the sake of a naughty few... For long double arithmetic we need two additional registers that we can use as spill registers. */ diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 0957fe9..5755177 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -476,7 +476,7 @@ ; ; C4x FUNCTIONAL UNITS ; -; Define functional units for instruction scheduling to minimise +; Define functional units for instruction scheduling to minimize ; pipeline conflicts. ; ; With the C3x, an external memory write (with no wait states) takes |