assembler: Get rid of src operand's swizzle_set

swizzle_set can be derived from the value of swizzle itself, no need for
that field.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-01-23 21:46:21 +00:00
parent a82722b60f
commit c13613ea2d
2 changed files with 4 additions and 11 deletions
-1
View File
@@ -96,7 +96,6 @@ struct src_operand {
int address_mode; /* 0 if direct, 1 if register-indirect */
int indirect_offset; /* XXX */
int swizzle_set;
unsigned swizzle: 8;
uint32_t imm32; /* set if reg_file == BRW_IMMEDIATE_VALUE or it is expressing a branch offset */