Re: [Mesa-dev] [PATCH 03/23] nir: Fix syntax.

2017-03-16 Thread Dylan Baker
Reviewed-by: Dylan Baker Quoting Matt Turner (2017-03-16 14:18:00) > et is not an abbreviation. > --- > src/compiler/nir/nir_from_ssa.c | 10 +- > src/compiler/nir/nir_lower_vars_to_ssa.c | 2 +- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/src/compiler/

[Mesa-dev] [PATCH 03/23] nir: Fix syntax.

2017-03-16 Thread Matt Turner
et is not an abbreviation. --- src/compiler/nir/nir_from_ssa.c | 10 +- src/compiler/nir/nir_lower_vars_to_ssa.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/compiler/nir/nir_from_ssa.c b/src/compiler/nir/nir_from_ssa.c index fdfbf98..d2646c6 100644