nir/sweep: Sweep function parameters
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 25 Mar 2016 18:10:30 +0000 (11:10 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 29 Mar 2016 01:32:48 +0000 (18:32 -0700)
commit49be812be60e7fab949bcd352583649a1dbf06b4
tree3f631bb079deb87fa532ed2ca8ce1bc51cc03309
parent1be4c61c957d656d0d874b82779b4016a8bb03fd
nir/sweep: Sweep function parameters

They are no longer in the list of local variables so we need to explicitly
sweep them.

Reviewed-by: Rob Clark <robdclark@gmail.com>
src/compiler/nir/nir_sweep.c