nv50: fix bad assertion on Elements(phi->src) in regalloc
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Mon, 6 Feb 2012 11:15:17 +0000 (12:15 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Mon, 6 Feb 2012 11:19:57 +0000 (12:19 +0100)
commit189e6c7e81ce35b89d9b52d4bd0d6271a7e9c10f
treead8442061e9ad5a70c72c70b5f89ff93274f6c81
parentffc8494db556f9e95b4bcc3d3c49d7c48b4e2f41
nv50: fix bad assertion on Elements(phi->src) in regalloc

The array is phi->src, phi->src[i] is just a pointer.
src/gallium/drivers/nv50/nv50_pc_regalloc.c