compiler: replace MAYBE_UNUSED with UNUSED
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 22 Jun 2019 14:21:44 +0000 (15:21 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Wed, 31 Jul 2019 08:41:05 +0000 (09:41 +0100)
commit5febd4d575393fbd7b42db4446f064f4054416a4
treedf70bdaa39e31e9ea9a3df2f113a1d28761ff487
parentbac5760e7b6249db9405142a175b1be6597a4ea0
compiler: replace MAYBE_UNUSED with UNUSED

MAYBE_UNUSED is going away, so let's replace legitimate uses of it with
UNUSED, which the former aliased to so far anyway.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/glsl/glsl_parser_extras.cpp
src/compiler/nir/nir_constant_expressions.py
src/compiler/nir/nir_opt_loop_unroll.c
src/compiler/nir/nir_search.c
src/compiler/spirv/vtn_cfg.c