diff --git a/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c b/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c index 49983d6..53f6ca5 100644 --- a/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c +++ b/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c @@ -526,6 +526,7 @@ static void do_advanced_regalloc(struct regalloc_state * s) } node_classes[node_index] = rc_class_list[class_index].Id; + rc_variable_print(var_ptr->Item); }