mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 08:40:33 +08:00
[AArch64] Fix define_insn type in aarch64.md.
gcc/ * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type to neon_to_gp<q>. From-SVN: r221075
This commit is contained in:
parent
e94f9618e3
commit
116a394eab
@ -1,3 +1,8 @@
|
||||
2015-02-28 Xingxing Pan <xxingpan@marvell.com>
|
||||
|
||||
* config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
|
||||
to neon_to_gp<q>.
|
||||
|
||||
2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
* params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
|
||||
|
@ -828,7 +828,7 @@
|
||||
}
|
||||
}
|
||||
[(set_attr "type" "mov_reg,mov_imm,mov_imm,load1,load1,store1,store1,\
|
||||
neon_from_gp<q>,neon_from_gp<q>, neon_dup")
|
||||
neon_to_gp<q>,neon_from_gp<q>,neon_dup")
|
||||
(set_attr "simd" "*,*,yes,*,*,*,*,yes,yes,yes")]
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user