nir: Move variable_get_io_mask back into gather_info
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 1 Apr 2016 22:39:46 +0000 (15:39 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 1 Apr 2016 22:39:48 +0000 (15:39 -0700)
commitebb0bcc11d24835cd0c30a824fa86bd6577e0684
tree4dfa0128ca20921b88935288da83cbcd681c2b2a
parent95106f6bfbbb87b702e4bbba98e2eaea71924cd9
nir: Move variable_get_io_mask back into gather_info

It used to be in nir_gather_info.c until I moved it out to nir.h so it
could be re-used with some linking code that never got merged.  We'll move
it back out if and when we have real code to share it with.
src/compiler/nir/nir.h
src/compiler/nir/nir_gather_info.c