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
This commit is contained in:
Richard Kenner 2001-11-11 01:48:55 +00:00 committed by Kaveh Ghazi
parent 2cca7283a3
commit dbefdf4a8c

View File

@ -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")])