Commit 116a394e by Xingxing Pan Committed by James Greenhalgh

[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
parent e94f9618
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")]
)
......
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