mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 08:10:28 +08:00
Use UNSPEC_MOVA in newly-introduced mova_const
From-SVN: r37697
This commit is contained in:
parent
69295d6d26
commit
8d4af2d7a9
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user