diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-06-25 09:24:23 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-06-25 09:24:23 +0200 |
commit | 11abe4264708e70413de9eeb2cbe14ac71e304db (patch) | |
tree | 844599a84bf64b6e354c368f60520d54523afcb0 /gas/config | |
parent | 0a3eb8aeb3709a14096d3e907d6bb71e94d94728 (diff) | |
download | gdb-11abe4264708e70413de9eeb2cbe14ac71e304db.zip gdb-11abe4264708e70413de9eeb2cbe14ac71e304db.tar.gz gdb-11abe4264708e70413de9eeb2cbe14ac71e304db.tar.bz2 |
x86: drop stray assignment from build_evex_prefix()
Unlike in build_vex_prefix() this is not needed here.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 24def33..18f4a24 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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 |