Re: [Mesa-dev] [PATCH] nir: make use of nir_cf_list_extract() helper

2016-08-05 Thread Kenneth Graunke
On Friday, August 5, 2016 11:08:20 AM PDT Timothy Arceri wrote: > --- > src/compiler/nir/nir_opt_dead_cf.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/compiler/nir/nir_opt_dead_cf.c > b/src/compiler/nir/nir_opt_dead_cf.c > index 81c1b65..3551124 100644 > --- a/

[Mesa-dev] [PATCH] nir: make use of nir_cf_list_extract() helper

2016-08-04 Thread Timothy Arceri
--- src/compiler/nir/nir_opt_dead_cf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compiler/nir/nir_opt_dead_cf.c b/src/compiler/nir/nir_opt_dead_cf.c index 81c1b65..3551124 100644 --- a/src/compiler/nir/nir_opt_dead_cf.c +++ b/src/compiler/nir/nir_opt_dead_cf.c @@ -