[Mesa-dev] [PATCH 1/2] nir: remove extra semicolon
Jason Ekstrand
jason at jlekstrand.net
Tue Jun 2 09:23:48 PDT 2015
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
On Tue, Jun 2, 2015 at 2:35 AM, Timothy Arceri <t_arceri at 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list