diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-21 13:52:29 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-21 13:52:29 +0000 |
commit | dbcc9ccc94bcb7e4244876917c96ee7b2e975f17 (patch) | |
tree | 33513285aba037acdaaaa48375b1f46491546c36 | |
parent | b48610900e267a7335dd1315e32733d8ef4092dc (diff) | |
download | gcc-dbcc9ccc94bcb7e4244876917c96ee7b2e975f17.zip gcc-dbcc9ccc94bcb7e4244876917c96ee7b2e975f17.tar.gz gcc-dbcc9ccc94bcb7e4244876917c96ee7b2e975f17.tar.bz2 |
predicates.md, sparc.md: Fix comment typos.
* config/sparc/predicates.md, config/sparc/sparc.md: Fix
comment typos.
From-SVN: r98502
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sparc/predicates.md | 2 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.md | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fa41617..ccf6e64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-21 Kazu Hirata <kazu@cs.umass.edu> + + * config/sparc/predicates.md, config/sparc/sparc.md: Fix + comment typos. + 2005-04-21 Jan Hubicka <jh@suse.cz> * cgraphunit.c: Include tree-pass.h diff --git a/gcc/config/sparc/predicates.md b/gcc/config/sparc/predicates.md index 059ed47..2d39a031 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 eb7ce08..c765a98 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" "") |