r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 21:04:06 +0000 (14:04 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 21:04:06 +0000 (14:04 -0700)
commitae664daa25ac230e3a97cae0b82b7cd3c392c4bb
treecafdd646788304252cfb0a1f5110435ba268941c
parenta4f296d6180d1990916c8e874adb587f6d8cdb7d
r300/compiler: Move declaration before code.

Fixes these GCC warnings on linux-x86 build.
r500_fragprog.c: In function ‘r500_transform_IF’:
r500_fragprog.c:45: warning: ISO C90 forbids mixed declarations and code
r500_fragprog.c: In function ‘r500FragmentProgramDump’:
r500_fragprog.c:256: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/r500_fragprog.c