[AArch64] Fix define_insn type in aarch64.md.
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Feb 2015 08:37:48 +0000 (08:37 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Feb 2015 08:37:48 +0000 (08:37 +0000)
gcc/

* config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
to neon_to_gp<q>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221075 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/aarch64/aarch64.md

index eef65f3..5540fb6 100644 (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
index 7103e0d..534a862 100644 (file)
      }
 }
   [(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")]
 )