Re: [Mesa-dev] [PATCH 14/26] nir/sweep: Sweep function parameters

2016-03-26 Thread Rob Clark
On Fri, Mar 25, 2016 at 7:12 PM, Jason Ekstrand wrote: > They are no longer in the list of local variables so we need to explicitly > sweep them. Reviewed-by: Rob Clark > --- > src/compiler/nir/nir_sweep.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/compiler/nir/nir_sweep.c

[Mesa-dev] [PATCH 14/26] nir/sweep: Sweep function parameters

2016-03-25 Thread Jason Ekstrand
They are no longer in the list of local variables so we need to explicitly sweep them. --- src/compiler/nir/nir_sweep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/nir/nir_sweep.c b/src/compiler/nir/nir_sweep.c index 5c62154..b22f0f5 100644 --- a/src/compiler/nir/nir_sweep.c