Commit 54bfc99b by DJ Delorie Committed by DJ Delorie

* config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.

From-SVN: r213995
parent c1598a85
2014-08-14 DJ Delorie <dj@redhat.com>
* config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.
2014-08-14 Jan Hubicka <hubicka@ucw.cz>
PR tree-optimization/62091
......
......@@ -43,7 +43,7 @@
(define_insn "*movhi_virt"
[(set (match_operand:HI 0 "nonimmediate_operand" "=vS, Y, v, Wfr")
(match_operand:HI 1 "general_operand" "viYS, viS, Wfr, v"))]
(match_operand:HI 1 "general_operand" "viYS, viS, Wfr, vi"))]
"rl78_virt_insns_ok ()"
"v.movw %0, %1"
[(set_attr "valloc" "op1")]
......
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