r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 18:19:55 +0000 (11:19 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 18:19:55 +0000 (11:19 -0700)
commit483971e649946bd8d3399240de5b483be9bd3402
treeea91af5f2bb146afc3a65b2e6a6db829d80d5715
parent760d7c5d7d8e2c77866917853cab6b3c033815f6
r300/compiler: Move declaration before code.

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