ir_to_mesa: Don't allocate temps for swizzles.
authorEric Anholt <eric@anholt.net>
Thu, 3 Jun 2010 17:13:18 +0000 (10:13 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Jun 2010 22:05:21 +0000 (15:05 -0700)
commit4006424f5b5b3b189209faf03f2335f45c22b148
tree8eb41f6e085e06e6cdfae2fe81c181444caf4be8
parenta9b619bb3b96a90d14650771dedaf1db840d70a6
ir_to_mesa: Don't allocate temps for swizzles.

We do them in place by actually, you know, swizzling.
ir_to_mesa.cpp