Commit b6c02328 by Alexandre Oliva Committed by Alexandre Oliva

sh.md (movdf load split): Pass register number to FP_OR_XD_REGISTER_P.

* config/sh/sh.md (movdf load split): Pass register number to
FP_OR_XD_REGISTER_P.

From-SVN: r39440
parent 1c6935d7
2001-02-04 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.md (movdf load split): Pass register number to
FP_OR_XD_REGISTER_P.
2001-02-04 Mark Mitchell <mark@codesourcery.com> 2001-02-04 Mark Mitchell <mark@codesourcery.com>
* cppinit.c (BC): New macro. * cppinit.c (BC): New macro.
......
...@@ -2841,7 +2841,7 @@ ...@@ -2841,7 +2841,7 @@
(use (match_operand:PSI 2 "fpscr_operand" "c")) (use (match_operand:PSI 2 "fpscr_operand" "c"))
(clobber (match_scratch:SI 3 "X"))] (clobber (match_scratch:SI 3 "X"))]
"TARGET_SH4 && ! TARGET_FMOVD && reload_completed "TARGET_SH4 && ! TARGET_FMOVD && reload_completed
&& FP_OR_XD_REGISTER_P (operands[0]) && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))
&& find_regno_note (insn, REG_DEAD, true_regnum (operands[1]))" && find_regno_note (insn, REG_DEAD, true_regnum (operands[1]))"
[(const_int 0)] [(const_int 0)]
" "
......
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