Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net>
On Tue, Jun 2, 2015 at 2:35 AM, Timothy Arceri <t_arc...@yahoo.com.au> wrote: > --- > src/glsl/nir/nir_lower_atomics.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/glsl/nir/nir_lower_atomics.c > b/src/glsl/nir/nir_lower_atomics.c > index f6f8902..0457de6 100644 > --- a/src/glsl/nir/nir_lower_atomics.c > +++ b/src/glsl/nir/nir_lower_atomics.c > @@ -109,7 +109,7 @@ lower_instr(nir_intrinsic_instr *instr, nir_function_impl > *impl) > } > > new_instr->src[0].is_ssa = true; > - new_instr->src[0].ssa = offset_def;; > + new_instr->src[0].ssa = offset_def; > > if (instr->dest.is_ssa) { > nir_ssa_dest_init(&new_instr->instr, &new_instr->dest, > -- > 2.1.0 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev