i386.md (*movqi_internal): Remove static from buf variable.
authorJakub Jelinek <jakub@redhat.com>
Sat, 16 Feb 2019 10:05:16 +0000 (11:05 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 16 Feb 2019 10:05:16 +0000 (11:05 +0100)
commit1f1d52e33df1b07c3d33b9fe377691ebbf4be157
tree45257b72023933ca8a7675bbfee3a591c9d125f6
parentbc50c4998fe8a3dd0f6ff3a0e22e5f0a3ebfd51c
i386.md (*movqi_internal): Remove static from buf variable.

* config/i386/i386.md (*movqi_internal): Remove static from
buf variable.  Use output_asm_insn (buf, operands); return "";
instead of return buf;.
* config/i386/sse.md (<sse>_andnot<mode>3<mask_name>,
*<code><mode>3<mask_name>, *andnot<mode>3, *andnottf3, *<code><mode>3,
*<code>tf3, <mask_codefor><code><mode>3<mask_name>): Likewise.

From-SVN: r268956
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/config/i386/sse.md