nir: Fix number of indices on shared variable store intrinsics.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 14 Dec 2015 09:45:55 +0000 (01:45 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 14 Dec 2015 22:27:38 +0000 (14:27 -0800)
commit106c3a8a489aca6ad3f925fa703931d41c958208
tree6360fab6270ed08a6aeb417bf8e7f662e42b5bec
parent96dc732ed81f48d8bbc7aa6fb4d9c2833b691189
nir: Fix number of indices on shared variable store intrinsics.

Shared variables and input reworks landed around the same time.
Presumably, this was some sort of mistake in rebase conflict resolution.

This really only affects the num_indices field in nir_intrinsic_infos,
which is rarely used.  However, it's used by the printer.

Found by inspection.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/glsl/nir/nir_intrinsics.h