From: DJ Delorie Date: Fri, 15 Aug 2014 00:23:38 +0000 (-0400) Subject: * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54bfc99b90e5986afbc2577964258265ea70e38d;p=gcc.git * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves. From-SVN: r213995 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5e085259b8..e5931f69650 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-14 DJ Delorie + + * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves. + 2014-08-14 Jan Hubicka PR tree-optimization/62091 diff --git a/gcc/config/rl78/rl78-virt.md b/gcc/config/rl78/rl78-virt.md index 23e9bac5c3f..6f633d39ea5 100644 --- a/gcc/config/rl78/rl78-virt.md +++ b/gcc/config/rl78/rl78-virt.md @@ -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")]