x86: Initialize broadcast_op.bytes to 0

* config/tc-i386.c (check_VecOperations): Initialize
	broadcast_op.bytes to 0.
This commit is contained in:
H.J. Lu 2018-07-26 08:49:12 -07:00
parent 7974897237
commit 1f75763aa1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (check_VecOperations): Initialize
broadcast_op.bytes to 0.
2018-07-26 Alex Chadwick <Alex.Chadwick@cl.cam.ac.uk>
* config/tc-ppc.c (md_show_usage): Add -mgekko and -mbroadway.

View File

@ -8634,6 +8634,7 @@ check_VecOperations (char *op_string, char *op_end)
broadcast_op.type = bcst_type;
broadcast_op.operand = this_operand;
broadcast_op.bytes = 0;
i.broadcast = &broadcast_op;
}
/* Check masking operation. */