r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 20:13:09 +0000 (13:13 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 20:13:09 +0000 (13:13 -0700)
commit07a38505c6ee96b6ab1836fa5c0642a2ed86a2b4
tree0b910db7adf0ab2ce11f2a00ae68bed595bef2f1
parent6abd7771c6ab2c733b20835e211060dd18fd847d
r300/compiler: Move declaration before code.

Fixes these GCC warnings on linux-x86 build.
radeon_dataflow_deadcode.c: In function ‘push_branch’:
radeon_dataflow_deadcode.c:112: warning: ISO C90 forbids mixed declarations and code
radeon_dataflow_deadcode.c: In function ‘update_instruction’:
radeon_dataflow_deadcode.c:183: warning: ISO C90 forbids mixed declarations and code
radeon_dataflow_deadcode.c: In function ‘rc_dataflow_deadcode’:
radeon_dataflow_deadcode.c:352: warning: ISO C90 forbids mixed declarations and code
radeon_dataflow_deadcode.c:379: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/radeon_dataflow_deadcode.c