diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c b/src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c index 49983d6..98c7780 100644 --- a/src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c +++ b/src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c @@ -515,6 +515,7 @@ static void do_advanced_regalloc(struct regalloc_state * s) unsigned int class_index; /* Compute the live intervals */ rc_variable_compute_live_intervals(var_ptr->Item); + rc_variable_print(var_ptr->Item); class_index = variable_get_class(var_ptr->Item, rc_class_list);