Declare temporaries in a more compact fashion.
authormichal <michal@michal-laptop.(none)>
Sun, 28 Oct 2007 14:42:26 +0000 (14:42 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sun, 28 Oct 2007 16:53:11 +0000 (16:53 +0000)
commite420e9d48577de57f912ab39d59c2d1d4d14b8f6
treef681a7b9aa4e8addbe9e41f6b77e6c02a614aef3
parent80ab2ab335717db4f3b9593ff1e111cc2191d83f
Declare temporaries in a more compact fashion.

The following declarations:
   DCL TEMP[0]
   DCL TEMP[1]
   DCL TEMP[2]
   DCL TEMP[4]
become:
   DCL TEMP[0..2]
   DCL TEMP[4]
src/mesa/state_tracker/st_mesa_to_tgsi.c