diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-21 13:52:29 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-21 13:52:29 +0000 |
commit | 2bd0405c7493f4d87314b158d64a50fe57b7f974 (patch) | |
tree | 33513285aba037acdaaaa48375b1f46491546c36 /gcc/config/sparc | |
parent | f1e2a03395c7d87696b666e40df964d399f5549b (diff) | |
download | gcc-2bd0405c7493f4d87314b158d64a50fe57b7f974.tar.gz |
* config/sparc/predicates.md, config/sparc/sparc.md: Fix
comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98502 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r-- | gcc/config/sparc/predicates.md | 2 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/predicates.md b/gcc/config/sparc/predicates.md index 059ed47eeb2..2d39a031166 100644 --- a/gcc/config/sparc/predicates.md +++ b/gcc/config/sparc/predicates.md @@ -333,7 +333,7 @@ (match_operand 0 "uns_small_int_operand"))) -;; Predicates for miscellanous instructions. +;; Predicates for miscellaneous instructions. ;; Return true if OP is valid for the lhs of a comparison insn. (define_predicate "compare_operand" diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index eb7ce08db9e..c765a981eef 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -4836,7 +4836,7 @@ "TARGET_FPU && TARGET_ARCH64 && ! TARGET_HARD_QUAD" "emit_tfmode_cvt (UNSIGNED_FIX, operands); DONE;") -;; Integer Addition/Substraction. +;; Integer Addition/Subtraction. (define_expand "adddi3" [(set (match_operand:DI 0 "register_operand" "") |