x86: drop stray assignment from build_evex_prefix()
authorJan Beulich <jbeulich@suse.com>
Thu, 25 Jun 2020 07:24:23 +0000 (09:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 25 Jun 2020 07:24:23 +0000 (09:24 +0200)
Unlike in build_vex_prefix() this is not needed here.

gas/ChangeLog
gas/config/tc-i386.c

index 7648a370a538c141e5beb271d96d01e5e24d3e16..83f0e6f42873faafae704ea09629d930197655a7 100644 (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
index 24def335fbfc6e721cc9fd4a49e69d26bb3f6745..18f4a243d13c7ec7dd0112f6ad694d6659a13475 100644 (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
This page took 0.028712 seconds and 4 git commands to generate.