Commit dbefdf4a by Richard Kenner Committed by Kaveh Ghazi

Reapply last patch to convex.md which somehow got lost:

Tue Nov  6 09:21:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* config/convex/convex.md (movdf): Use it.

From-SVN: r46920
parent 2cca7283
......@@ -260,7 +260,7 @@
(define_insn ""
[(set (match_operand:DI 0 "register_operand" "=d")
(match_operand:DI 1 "const_double_operand" "F"))]
"CONST_DOUBLE_MEM (operands[1]) == const0_rtx"
"mem_for_const_double (operands[1]) == 0"
"ld.u %u1,%0\;ld.w %v1,%0"
[(set_attr "type" "xalu")])
......
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