tgsi: Silence uninitialized variable warning.

This commit is contained in:
Vinson Lee 2010-01-28 00:40:43 -08:00
parent 1eb1d4e238
commit 5dcc088bf1
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ decl_immediate( struct ureg_program *ureg,
unsigned type )
{
unsigned i, j;
unsigned swizzle;
unsigned swizzle = 0;
/* Could do a first pass where we examine all existing immediates
* without expanding.