r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 20:30:34 +0000 (13:30 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 20:30:34 +0000 (13:30 -0700)
commit4cd4fd37aa1a68104c80526923f49cd0998779d9
tree8767811ff0223cd14e674629b11aa3dcc4a5ff43
parent38c31de445c45b59824dac097ad0f93e46a64b77
r300/compiler: Move declaration before code.

Fixes these GCC warning on linux-x86 build.
radeon_optimize.c: In function ‘constant_folding’:
radeon_optimize.c:419: warning: ISO C90 forbids mixed declarations and code
radeon_optimize.c:425: warning: ISO C90 forbids mixed declarations and code
radeon_optimize.c:432: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/radeon_optimize.c