nir: Drop comments about the constant_index slots for load/stores.
authorEric Anholt <eric@anholt.net>
Thu, 11 Apr 2019 16:29:17 +0000 (09:29 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 12 Apr 2019 22:55:55 +0000 (15:55 -0700)
commit6e4d3d0a2f3dc11fd70cbf32b57d94a7b685eb1b
treebf58a3f97422526a911c00b8b5d8231ea0b93a59
parent066d2aebc0046abcc8030a8429efbcdd7bf60080
nir: Drop comments about the constant_index slots for load/stores.

The constant_index slots are named right there in the intrinsic
definition, and the comment is just a chance to get out of sync.  Noticed
while reviewing the lower_to_scratch changes that copy-and-pasted wrong
comments, and load_ubo and load_per_vertex_output had incorrect comments
currently.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_intrinsics.py