gallivm: added comment

This commit is contained in:
Brian Paul
2010-07-21 09:17:47 -06:00
parent be22e1e781
commit 890976e02d
@@ -481,6 +481,12 @@ emit_fetch(
}
if (reg->Register.Indirect) {
/*
* Compute addr_vec: a vector of offsets into the register file
* from which we need to gather elements. Recall that the ADDR
* register's elements can all be different.
*/
LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->base.type);
unsigned swizzle = tgsi_util_get_src_register_swizzle( &reg->Indirect, chan_index );