ir_to_mesa: Don't dereference a NULL pointer during copy propagation
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 11 Feb 2011 23:19:05 +0000 (15:19 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 11 Feb 2011 23:44:19 +0000 (15:44 -0800)
commit3803295fc2b9c517e80aa46f2338308e23e64e4a
treef83919df3894cd4549d7d7f49eb199a6d07d525b
parenta0120e6e0f4fbf11a43725862a03f8dc6904bc4b
ir_to_mesa: Don't dereference a NULL pointer during copy propagation

The ACP may already be NULL, so don't try to make it NULL again.

This should fix bugzilla #34119.
src/mesa/program/ir_to_mesa.cpp