diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/config/sh/sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 549c7e7..0f576c7 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -3573,7 +3573,7 @@ ;; machine_dependent_reorg() will make this a `mova'. (define_insn "mova_const" [(set (reg:SI R0_REG) - (unspec [(match_operand 0 "immediate_operand" "i")] 1))] + (unspec [(match_operand 0 "immediate_operand" "i")] UNSPEC_MOVA))] "" "#" [(set_attr "in_delay_slot" "no") |
