[PATCH 1/9] x86: drop stray assignment from build_evex_prefix()

Jan Beulich jbeulich@suse.com
Wed Jun 24 12:11:12 GMT 2020


Unlike in build_vex_prefix() this is not needed here.

gas/
2020-06-XX  Jan Beulich  <jbeulich@suse.com>

	* config/tc-i386.c (build_evex_prefix): Drop early setting of
	vec_length.

--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -3905,7 +3905,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



More information about the Binutils mailing list