From 8d4af2d7a964c875fd51a271eec2ede50c88068d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 23 Nov 2000 13:24:28 +0000 Subject: [PATCH] Use UNSPEC_MOVA in newly-introduced mova_const From-SVN: r37697 --- gcc/config/sh/sh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 549c7e72e0a..0f576c768e5 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") -- 2.30.2