assembler: Remove the writemask_set field of struct dest_operand

writemask_set gets in the way of switching to using struct brw_reg and
it's possible to derive it from the writemask value.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-01-20 21:52:05 +00:00
parent db6f5e08ba
commit 02019d4d55
2 changed files with 4 additions and 7 deletions
-1
View File
@@ -91,7 +91,6 @@ struct indirect_reg {
struct dst_operand {
int reg_file, reg_nr, subreg_nr, reg_type;
int writemask_set;
int writemask;
int horiz_stride;