r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 21:22:20 +0000 (14:22 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 21:22:20 +0000 (14:22 -0700)
commit02b8fb3ed5ac9f3be34b9822c78fa971dfee274d
treefdf67af85afeffa53757aa4045dc1365b535455d
parent7c7fdef3b1cfa0db7ec3eb45e39d72ca60753f30
r300/compiler: Move declaration before code.

Fixes this GCC warning on linux-x86 build.
r3xx_vertprog.c: In function ‘ei_if’:
r3xx_vertprog.c:396: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/r3xx_vertprog.c