r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 18:41:14 +0000 (11:41 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 18:41:14 +0000 (11:41 -0700)
commit4e07aadabbf4b3ff57d79033e92dfab9fe299f45
tree12cc57ac22a9d50bf366eb1a28d614f577a64b28
parent45d22a9b20b6728adf4ed7c96cdf6ebf572f186d
r300/compiler: Move declaration before code.

Fixes these GCC warnings on linux-x86 build.
radeon_pair_translate.c: In function ‘set_pair_instruction’:
radeon_pair_translate.c:153: warning: ISO C90 forbids mixed declarations and code
radeon_pair_translate.c:170: warning: ISO C90 forbids mixed declarations and code
radeon_pair_translate.c: In function ‘rc_pair_translate’:
radeon_pair_translate.c:336: warning: ISO C90 forbids mixed declarations and code
radeon_pair_translate.c:341: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/radeon_pair_translate.c