i386.c (expand_vec_perm_pshufb2): Commit missing part from my previous patch.

* config/i386/i386.c (expand_vec_perm_pshufb2): Commit
	missing part from my previous patch.

From-SVN: r207985
This commit is contained in:
Uros Bizjak 2014-02-21 09:42:22 +01:00
parent 4a70f4d7e2
commit b25b5f8756
1 changed files with 3 additions and 0 deletions

View File

@ -36855,6 +36855,9 @@ expand_vec_perm_pshufb2 (struct expand_vec_perm_d *d)
return false;
gcc_assert (d->op0 != d->op1);
if (d->testing_p)
return true;
nelt = d->nelt;
eltsz = GET_MODE_SIZE (GET_MODE_INNER (d->vmode));