Re: [Mesa-dev] [PATCH 2/3] nir: Replace assert(0) with unreachable().

2015-02-10 Thread Connor Abbott
Reviewed-by: Connor Abbott On Tue, Feb 10, 2015 at 2:24 PM, Matt Turner wrote: > --- > src/glsl/nir/glsl_to_nir.cpp | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp > index 46cfac3..e505a1d 100644

[Mesa-dev] [PATCH 2/3] nir: Replace assert(0) with unreachable().

2015-02-10 Thread Matt Turner
--- src/glsl/nir/glsl_to_nir.cpp | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp index 46cfac3..e505a1d 100644 --- a/src/glsl/nir/glsl_to_nir.cpp +++ b/src/glsl/nir/glsl_to_nir.cpp @@ -604,7 +604,7 @@ ni