Use UNSPEC_MOVA in newly-introduced mova_const

From-SVN: r37697
This commit is contained in:
Alexandre Oliva 2000-11-23 13:24:28 +00:00
parent 69295d6d26
commit 8d4af2d7a9

View File

@ -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")