diff options
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/rl78/rl78-real.md | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b3a4bc..e7ade94 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,6 +11,9 @@ 2014-08-14 DJ Delorie <dj@redhat.com> + * config/rl78/rl78-real.md (addqi3_real): Allow adding global + variables to the accumulator. + * config/rl78/predicates.md (rl78_near_mem_operand): New. * config/rl78/rl78-virt.md (movqi_virt_mm, movqi_virt) (movhi_virt_mm): Split out near mem-mem moves to avoid problems diff --git a/gcc/config/rl78/rl78-real.md b/gcc/config/rl78/rl78-real.md index 326e703..00b8c9f 100644 --- a/gcc/config/rl78/rl78-real.md +++ b/gcc/config/rl78/rl78-real.md @@ -99,7 +99,7 @@ (define_insn "*addqi3_real" [(set (match_operand:QI 0 "nonimmediate_operand" "=rvWabWhlWh1,rvWabWhlWh1,a,*bcdehl") (plus:QI (match_operand:QI 1 "general_operand" "%0,0,0,0") - (match_operand:QI 2 "general_operand" "K,L,RWhlWh1i,a"))) + (match_operand:QI 2 "general_operand" "K,L,RWhlWh1Wabi,a"))) ] "rl78_real_insns_ok ()" "@ |