gallivm: Silence uninitialized variable warning.

Fixes this GCC warning.
gallivm/lp_bld_tgsi_aos.c: In function 'lp_build_tgsi_aos':
gallivm/lp_bld_tgsi_aos.c:516: warning: 'dst0' may be used uninitialized in this function
gallivm/lp_bld_tgsi_aos.c:516: note: 'dst0' was declared here
This commit is contained in:
Vinson Lee 2010-10-21 11:27:35 -07:00
parent fc59790b87
commit 50095ac87c
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ emit_instruction(
{
LLVMValueRef src0, src1, src2;
LLVMValueRef tmp0, tmp1;
LLVMValueRef dst0;
LLVMValueRef dst0 = NULL;
/*
* Stores and write masks are handled in a general fashion after the long