diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-04 04:33:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-04 04:33:45 +0000 |
commit | d15353b6e396794a42301a349cbab8a109c52778 (patch) | |
tree | c3660bb16c6705028a0d5caecf1b8ea108bd85f8 /gcc/config/v850/v850.md | |
parent | a17c2a3a9f10b5c7bd3cffc816fac55020e3faff (diff) | |
download | gcc-d15353b6e396794a42301a349cbab8a109c52778.tar.gz |
* config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121567 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/v850/v850.md')
-rw-r--r-- | gcc/config/v850/v850.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md index 9b353063410..6ef34c72b22 100644 --- a/gcc/config/v850/v850.md +++ b/gcc/config/v850/v850.md @@ -185,7 +185,7 @@ }") ;; This is the same as the following pattern, except that it includes -;; support for arbitrary 32 bit immediates. +;; support for arbitrary 32-bit immediates. ;; ??? This always loads addresses using hilo. If the only use of this address ;; was in a load/store, then we would get smaller code if we only loaded the @@ -409,7 +409,7 @@ ;; ??? The scheduling info is probably wrong. -;; ??? This instruction can also generate the 32 bit highpart, but using it +;; ??? This instruction can also generate the 32-bit highpart, but using it ;; may increase code size counter to the desired result. ;; ??? This instructions can also give a DImode result. @@ -1646,7 +1646,7 @@ ;; ---------------------------------------------------------------------- -;; HELPER INSTRUCTIONS for saving the prologue and epilog registers +;; HELPER INSTRUCTIONS for saving the prologue and epilogue registers ;; ---------------------------------------------------------------------- ;; This pattern will match a stack adjust RTX followed by any number of push |