i386.c (ix86_expand_builtin): Remove msk_mov variable...
authorJakub Jelinek <jakub@redhat.com>
Sat, 19 Nov 2016 18:56:16 +0000 (19:56 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 19 Nov 2016 18:56:16 +0000 (19:56 +0100)
commitc1b7577391c4614908e1753a119bb29c4919198e
tree1a6ac06b78a3d9fb644c2a67201514957c3f000d
parentddba26a41219bf9dfac0a7e4fcd727d3dd5f317e
i386.c (ix86_expand_builtin): Remove msk_mov variable...

* config/i386/i386.c (ix86_expand_builtin): Remove msk_mov variable,
don't initialize it, don't use it for the case where it isn't
provable %{z} nor using the same argument, instead move merge
argument into a new pseudo and use that as target.  Formatting fixes.

From-SVN: r242625
gcc/ChangeLog
gcc/config/i386/i386.c