Commit dbcc9ccc by Kazu Hirata Committed by Kazu Hirata

predicates.md, sparc.md: Fix comment typos.

	* config/sparc/predicates.md, config/sparc/sparc.md: Fix
	comment typos.

From-SVN: r98502
parent b4861090
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> 2005-04-21 Jan Hubicka <jh@suse.cz>
* cgraphunit.c: Include tree-pass.h * cgraphunit.c: Include tree-pass.h
......
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
(match_operand 0 "uns_small_int_operand"))) (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. ;; Return true if OP is valid for the lhs of a comparison insn.
(define_predicate "compare_operand" (define_predicate "compare_operand"
......
...@@ -4836,7 +4836,7 @@ ...@@ -4836,7 +4836,7 @@
"TARGET_FPU && TARGET_ARCH64 && ! TARGET_HARD_QUAD" "TARGET_FPU && TARGET_ARCH64 && ! TARGET_HARD_QUAD"
"emit_tfmode_cvt (UNSIGNED_FIX, operands); DONE;") "emit_tfmode_cvt (UNSIGNED_FIX, operands); DONE;")
;; Integer Addition/Substraction. ;; Integer Addition/Subtraction.
(define_expand "adddi3" (define_expand "adddi3"
[(set (match_operand:DI 0 "register_operand" "") [(set (match_operand:DI 0 "register_operand" "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment