ir_to_mesa: Rename src_reg and dst_reg variables to src and dst.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Apr 2011 18:30:36 +0000 (11:30 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Apr 2011 22:29:07 +0000 (15:29 -0700)
commit461273e9105b8d0d53c26854ac5ba68814c31a67
tree00f53cee3fea39d083a06420d1a9b60600e4451f
parent0c2455031d7e5d969252ddb892b31365f6bb5da2
ir_to_mesa: Rename src_reg and dst_reg variables to src and dst.

This is in preparation from removing the "ir_to_mesa_" prefix on the
src_reg and dst_reg types, which would cause a naming conflict.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/program/ir_to_mesa.cpp