Re: [Mesa-dev] [PATCH 4/4] nir: remove parent_instr from nir_register

2015-06-25 Thread Jason Ekstrand
Yes, please! It was nice at the time, but it was always a hack. Reviewed-by: Jason Ekstrand On Thu, Jun 25, 2015 at 12:29 PM, Connor Abbott wrote: > It's no longer used > > Signed-off-by: Connor Abbott > --- > src/glsl/nir/nir.c | 1 - > src/glsl/nir/nir.h | 8 > s

[Mesa-dev] [PATCH 4/4] nir: remove parent_instr from nir_register

2015-06-25 Thread Connor Abbott
It's no longer used Signed-off-by: Connor Abbott --- src/glsl/nir/nir.c | 1 - src/glsl/nir/nir.h | 8 src/glsl/nir/nir_from_ssa.c | 8 3 files changed, 17 deletions(-) diff --git a/src/glsl/nir/nir.c b/src/glsl/nir/nir.c index f03e80a..f661249 100644 --- a/s