r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 19:15:14 +0000 (12:15 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 19:15:14 +0000 (12:15 -0700)
commita9d5808232087ace460fe0d30dc9b8a49c30fd5c
tree04e788489e9db3a08279a7ba5dd8dbdab533c10a
parent22c06a08e76a4edb468e0a6a85dd4e5c0483d275
r300/compiler: Move declaration before code.

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