r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Fri, 5 Nov 2010 00:25:16 +0000 (17:25 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 5 Nov 2010 00:25:16 +0000 (17:25 -0700)
commiteba2ad6de2e4310521befce6aa10e954905af329
tree064cd555d11baddc3806e304f7f6ede4fa340fa6
parentc8f1687ce70c3a2e0de7a7d50e1619cb4cf8cc50
r300/compiler: Move declaration before code.

Fixes this GCC warning with linux-x86 build.
radeon_dataflow.c: In function 'get_readers_normal_read_callback':
radeon_dataflow.c:472: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c