[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:
Xingxing Pan 2015-02-28 08:37:48 +00:00 committed by James Greenhalgh
parent e94f9618e3
commit 116a394eab
2 changed files with 6 additions and 1 deletions

View File

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

View File

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