nv50: preallocate TEMPs written first time in a subroutine
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 7 Jan 2010 20:17:13 +0000 (21:17 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 7 Jan 2010 20:19:58 +0000 (21:19 +0100)
commit7fc5fcada5600b401d23a29a4a3d1a09e3492d1c
tree5d756a64273c123bc716adc4dfefa6b4bbfd0247
parenta009fa430597d6c31b623a3989e95e0812c495e9
nv50: preallocate TEMPs written first time in a subroutine

Otherwise we risk overwriting them with temporary GPRs if
they're not used immediately after the CALL.
src/gallium/drivers/nv50/nv50_program.c