mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
x86: drop stray assignment from build_evex_prefix()
Unlike in build_vex_prefix() this is not needed here.
This commit is contained in:
parent
0a3eb8aeb3
commit
11abe42647
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user