diff options
Diffstat (limited to 'gcc/config/sh/sh.md')
-rw-r--r-- | gcc/config/sh/sh.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 3b367d8f613..e865b881d00 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -1885,18 +1885,6 @@ lds %1,%0" [(set_attr "type" "move,load,store,move,move,move")]) -;; For Big-endian, reload now sometimes generates something like -;; (insn 2107 2104 2099 (set (reg:QI 3 r3) -;; (subreg:QI (mem:SI (reg:SI 0 r0)) 0)) -1 (nil) -;; (nil)) -;; To avoid clutter in the movqi pattern, we express this as a peephole. - -(define_peephole - [(set (match_operand:QI 0 "arith_reg_operand" "r") - (subreg:QI (match_operand:SI 1 "memory_operand" "m") 0))] - "" - "mov.l %1,%0") - (define_expand "movqi" [(set (match_operand:QI 0 "general_operand" "") (match_operand:QI 1 "general_operand" ""))] |