gallivm: Silence uninitialized variable warning.
authorVinson Lee <vlee@vmware.com>
Thu, 21 Oct 2010 18:27:35 +0000 (11:27 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 21 Oct 2010 18:27:35 +0000 (11:27 -0700)
commit50095ac87c9a57e2b87220401c2dbdb255cabb4b
tree153f2162c1fd9b43b7e8b69d75327a37c9cfa3ee
parentfc59790b875f2db930f3189cb25d1f99d8c082fd
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
src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c