Commit 8d4af2d7 by Alexandre Oliva

Use UNSPEC_MOVA in newly-introduced mova_const

From-SVN: r37697
parent 69295d6d
...@@ -3573,7 +3573,7 @@ ...@@ -3573,7 +3573,7 @@
;; machine_dependent_reorg() will make this a `mova'. ;; machine_dependent_reorg() will make this a `mova'.
(define_insn "mova_const" (define_insn "mova_const"
[(set (reg:SI R0_REG) [(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") [(set_attr "in_delay_slot" "no")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment