OSDN Git Service

nir/algebraic: Use "uint" instead of "unsigned" for uint types
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 25 Apr 2016 19:00:12 +0000 (12:00 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 27 Apr 2016 18:21:06 +0000 (11:21 -0700)
commitcafb885e4594f20359cbc88fa08002147470935e
treee81ff5376c446b4e15e1634e6f255c7762041e72
parent736ee0bef7ec71370185395aeba443e12b6d3813
nir/algebraic: Use "uint" instead of "unsigned" for uint types

This is consistent with the rename done for the rest of NIR.  Currently,
"bool" is the only type specifier used in nir_opt_algebraic.py so this is
really a no-op.

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/compiler/nir/nir_algebraic.py