[AArch64] Fix output template for Scalar Neon->Neon register move.

gcc/
	* config/aarch64/aarch64.md
	(*mov<mode>_aarch64): Fix output template for DUP (element) Scalar.

From-SVN: r203711
This commit is contained in:
James Greenhalgh 2013-10-16 16:51:22 +00:00 committed by James Greenhalgh
parent 1ef8889345
commit 21216998ab
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-10-16 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64.md
(*mov<mode>_aarch64): Fix output template for DUP (element) Scalar.
2013-10-16 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/58697

View File

@ -789,7 +789,7 @@
case 8:
return "dup\t%0.<Vallxd>, %w1";
case 9:
return "dup\t%0, %1.<v>[0]";
return "dup\t%<Vetype>0, %1.<v>[0]";
default:
gcc_unreachable ();
}