r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Thu, 25 Nov 2010 07:00:03 +0000 (23:00 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 25 Nov 2010 07:00:03 +0000 (23:00 -0800)
commit995de71550d124dd93186d7264b2e6fc34a73d57
treef9c1cabedda9a26842f84dc6c3df1c60ee75f1b6
parentba1128db4582d8c54834b771749ee503738243fc
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:221: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c