]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: drop dead SSE2AVX-related code
authorJan Beulich <jbeulich@suse.com>
Fri, 27 Jan 2023 08:23:12 +0000 (09:23 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 27 Jan 2023 08:23:12 +0000 (09:23 +0100)
commit95dfdd858c97198ee5f2573c49d0769d1ef60e68
tree05f70607d6e0062b5810ff24d8b4d9d25f541380
parentbd78280846e197537cf1ad2a2d52c331be5cb4a2
x86: drop dead SSE2AVX-related code

All (there are just two) SSE2AVX templates with %xmm0 as first operand
also specify VEX3SOURCES. Hence there's no need for an "else" to the
respective if(), and the if() itself can become an assertion.
gas/config/tc-i386.c