i965/gen6/gs: Don't declare a src_reg with struct.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Matt Turner 2014-11-21 15:07:57 -08:00
parent ff966aff99
commit 057e6e5251
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ gen6_gs_visitor::xfb_write()
emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE));
emit(IF(BRW_PREDICATE_NORMAL));
{
struct src_reg destination_indices_uw =
src_reg destination_indices_uw =
retype(destination_indices, BRW_REGISTER_TYPE_UW);
vec4_instruction *inst = emit(MOV(dst_reg(destination_indices_uw),