mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
predicates.md, sparc.md: Fix comment typos.
* config/sparc/predicates.md, config/sparc/sparc.md: Fix comment typos. From-SVN: r98502
This commit is contained in:
parent
b48610900e
commit
dbcc9ccc94
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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" "")
|
||||
|
Loading…
Reference in New Issue
Block a user