x86: drop redundant calculation of EVEX broadcast size
authorJan Beulich <jbeulich@suse.com>
Fri, 3 Mar 2023 07:46:13 +0000 (08:46 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 3 Mar 2023 07:46:13 +0000 (08:46 +0100)
commit43da3d648ed237496f33dd620a1ee4b4f4538018
tree00872b8ac45799c1d85dbd55c22795b66160a266
parente9339bee560db6893f2d08c1e54a3eb9f775fd1d
x86: drop redundant calculation of EVEX broadcast size

In commit a5748e0d8c50 ("x86/Intel: allow MASM representation of
embedded broadcast") I replaced the calculation of i.broadcast.bytes in
check_VecOperands() not paying attention to the immediately following
call to get_broadcast_bytes() doing exactly that (again) first thing.
gas/config/tc-i386.c