Commit 1190f2eb by Paolo Bonzini Committed by Paolo Bonzini

sparc.md (*nand<V64mode>_vis, [...]): Fix typos in names.

2009-03-30  Paolo Bonzini  <bonzini@gnu.org>

	* config/sparc/sparc.md (*nand<V64mode>_vis, *nand<V32mode>_vis):
	Fix typos in names.

From-SVN: r145288
parent bd9f68e0
2009-03-30 Paolo Bonzini <bonzini@gnu.org>
* config/sparc/sparc.md (*nand<V64mode>_vis, *nand<V32mode>_vis):
Fix typos in names.
2009-03-30 Paolo Bonzini <bonzini@gnu.org>
* combine.c (simplify_comparison): Use have_insn_for.
* dojump.c (do_jump): Likewise.
......
......@@ -8172,7 +8172,7 @@
;; (ior (not (op1)) (not (op2))) is the canonical form of NAND.
(define_insn "*nand<V64mode>_vis"
(define_insn "*nand<V64:mode>_vis"
[(set (match_operand:V64 0 "register_operand" "=e")
(ior:V64 (not:V64 (match_operand:V64 1 "register_operand" "e"))
(not:V64 (match_operand:V64 2 "register_operand" "e"))))]
......@@ -8181,7 +8181,7 @@
[(set_attr "type" "fga")
(set_attr "fptype" "double")])
(define_insn "*nand<V32mode>_vis"
(define_insn "*nand<V32:mode>_vis"
[(set (match_operand:V32 0 "register_operand" "=f")
(ior:V32 (not:V32 (match_operand:V32 1 "register_operand" "f"))
(not:V32 (match_operand:V32 2 "register_operand" "f"))))]
......
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