Re: [Mesa-dev] [PATCH 1/2] nir: Add missing parentheses

2019-03-11 Thread Jason Ekstrand
This patch is Reviewed-by: Jason Ekstrand On March 11, 2019 21:31:03 Alyssa Rosenzweig wrote: Fixes a gcc warning (and a theoretical NULL dereference error, though I suppose shortcircuiting avoids that). Signed-off-by: Alyssa Rosenzweig --- src/compiler/nir/nir_loop_analyze.c | 2 +- 1

[Mesa-dev] [PATCH 1/2] nir: Add missing parentheses

2019-03-11 Thread Alyssa Rosenzweig
Fixes a gcc warning (and a theoretical NULL dereference error, though I suppose shortcircuiting avoids that). Signed-off-by: Alyssa Rosenzweig --- src/compiler/nir/nir_loop_analyze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_loop_analyze.c