x86: simplify legacy prefix emission
authorJan Beulich <jbeulich@novell.com>
Wed, 11 Jul 2018 08:28:16 +0000 (10:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 11 Jul 2018 08:28:16 +0000 (10:28 +0200)
commitbd59a6313dbbf349dff197975f1b6a78be51b7d6
treeca7210e8435e3eaf210d14f83eecdbd957f28b0d
parent7f5cad304773ecbfe8b390e0b5d79fe11edb2a6b
x86: simplify legacy prefix emission

The check_prefix label was bogus from the beginning: The special
checking is supposed to happen for PadLock insns only; no
3-opcode-byte insn should go this path.
gas/ChangeLog
gas/config/tc-i386.c