glsl: Fix ir_last_opcode value.
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 29 Mar 2012 17:51:24 +0000 (10:51 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 30 Jul 2012 22:15:48 +0000 (15:15 -0700)
commitd3de40742f50340789ae0df9af582e702e963300
treece9dc1a33a1fd071e7424db9d4e505082ce734a9
parent9d998a2a592ed688c90b408604b9dbec26b752ff
glsl: Fix ir_last_opcode value.

Now that ir_quadop_vector exists, ir_last_binop and ir_last_opcode are
no longer the same.  Only one place currently uses this enumeration, and
already handles ir_quadop_vector correctly.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Olivier Galibert <galibert@pobox.com>
src/glsl/ir.h