x86: drop stray assignment from build_evex_prefix()

Unlike in build_vex_prefix() this is not needed here.
This commit is contained in:
Jan Beulich 2020-06-25 09:24:23 +02:00
parent 0a3eb8aeb3
commit 11abe42647
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2020-06-25 Jan Beulich <jbeulich@suse.com>
* config/tc-i386.c (build_evex_prefix): Drop early setting of
vec_length.
2020-06-23 Nelson Chu <nelson.chu@sifive.com>
* config/tc-riscv.c (explicit_priv_attr): Rename explicit_csr to

View File

@ -3906,7 +3906,6 @@ build_evex_prefix (void)
/* Determine vector length from the last multi-length vector
operand. */
vec_length = 0;
for (op = i.operands; op--;)
if (i.tm.operand_types[op].bitfield.xmmword
+ i.tm.operand_types[op].bitfield.ymmword