r600g: Silence uninitialized variable warning.

This commit is contained in:
Vinson Lee 2010-09-15 05:31:31 -07:00
parent f20f2cc330
commit 7290c5982c

View file

@ -384,7 +384,7 @@ static int check_vector(struct r600_bc *bc, struct r600_bc_alu *alu)
static int check_and_set_bank_swizzle(struct r600_bc *bc, struct r600_bc_alu *alu_first)
{
struct r600_bc_alu *alu;
struct r600_bc_alu *alu = NULL;
int num_instr = 1;
init_gpr(alu_first);