nir: Print array deref indices as decimal
authorConnor Abbott <cwabbott0@gmail.com>
Wed, 26 Jun 2019 11:41:20 +0000 (13:41 +0200)
committerConnor Abbott <cwabbott0@gmail.com>
Mon, 29 Jul 2019 09:36:19 +0000 (11:36 +0200)
commitc6543efe7a151d38854686b15b8d4412697d1794
treee14591199cda4bccb009eb2fc1309a077d3d41df
parent6fc7384fd44f0b42c6decac4468bba06b28a8186
nir: Print array deref indices as decimal

We print the size as decimal too, and using hex without a leading "0x"
was very confusing.

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