nir: remove extra semicolon
authorTimothy Arceri <t_arceri@yahoo.com.au>
Sun, 31 May 2015 22:00:14 +0000 (08:00 +1000)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Tue, 2 Jun 2015 20:50:33 +0000 (06:50 +1000)
Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/glsl/nir/nir_lower_atomics.c

index f6f89020f78c553cad17f5175736fb4faa4ec626..0457de60d9a66dcfc6e316c49e414e82b99d22ee 100644 (file)
@@ -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,