diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-11-23 13:24:28 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-11-23 13:24:28 +0000 |
commit | 8d4af2d7a964c875fd51a271eec2ede50c88068d (patch) | |
tree | 2506065f60119524028dffd39d9c603e3f3c2446 /gcc | |
parent | 69295d6d2639897d9bea1199495189aede6440ae (diff) | |
download | gcc-8d4af2d7a964c875fd51a271eec2ede50c88068d.zip gcc-8d4af2d7a964c875fd51a271eec2ede50c88068d.tar.gz gcc-8d4af2d7a964c875fd51a271eec2ede50c88068d.tar.bz2 |
Use UNSPEC_MOVA in newly-introduced mova_const
From-SVN: r37697
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") |