r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Thu, 25 Nov 2010 07:03:26 +0000 (23:03 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 25 Nov 2010 07:03:26 +0000 (23:03 -0800)
commit2cc79acc1ab5cdaadc427526a146c2c27ee0f906
tree601a706ba70e6152a96c5128ad698b29fdfd0df6
parent995de71550d124dd93186d7264b2e6fc34a73d57
r300/compiler: Move declaration before code.

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