Fix ICE when expanding MSA constant vectors with replicated values
authorMatthew Fortune <matthew.fortune@imgtec.com>
Thu, 30 Mar 2017 22:47:38 +0000 (22:47 +0000)
committerMatthew Fortune <mpf@gcc.gnu.org>
Thu, 30 Mar 2017 22:47:38 +0000 (22:47 +0000)
commit6c18efd4e20b8af2e625334c6d58e12decebf62b
treef18e5b038b84c241e157d6f01e7684fc760d1bdd
parentc8e0f43f7469600ab63ef67d4d24316614717e87
Fix ICE when expanding MSA constant vectors with replicated values

gcc/
* config/mips/mips.c (mips_expand_vector_init): Create
a const_vector to initialise a vector register instead of
using a const_int.

From-SVN: r246601
gcc/ChangeLog
gcc/config/mips/mips.c