Declare temporaries in a more compact fashion.
authormichal <michal@michal-laptop.(none)>
Sun, 28 Oct 2007 14:42:26 +0000 (14:42 +0000)
committerMichal Krol <michal@tungstengraphics.com>
Sun, 28 Oct 2007 17:34:33 +0000 (17:34 +0000)
commitc5ad88e9f1d6a915d9464df0b8fa4de65a3513d2
tree90a35c8c958873c1bdb0ace26a5d3fe8148d10fc
parente420e9d48577de57f912ab39d59c2d1d4d14b8f6
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