Module: Mesa
Branch: master
Commit: aa4e2243a253d981e5f04426d509cd8257d140c4
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa4e2243a253d981e5f04426d509cd8257d140c4

Author: Dave Airlie <airl...@gmail.com>
Date:   Tue Jan  7 08:51:10 2014 +1000

gallium/draw: remove double semicolon

code cleanup.

Signed-off-by: Dave Airlie <airl...@redhat.com>

---

 src/gallium/auxiliary/draw/draw_llvm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/auxiliary/draw/draw_llvm.c 
b/src/gallium/auxiliary/draw/draw_llvm.c
index 71cc45f..331039a 100644
--- a/src/gallium/auxiliary/draw/draw_llvm.c
+++ b/src/gallium/auxiliary/draw/draw_llvm.c
@@ -2172,7 +2172,7 @@ draw_gs_llvm_generate(struct draw_llvm *llvm,
    lp_build_mask_begin(&mask, gallivm, gs_type, mask_val);
 
    if (gs_info->uses_primid) {
-      system_values.prim_id = LLVMBuildLoad(builder, prim_id_ptr, "prim_id");;
+      system_values.prim_id = LLVMBuildLoad(builder, prim_id_ptr, "prim_id");
    }
 
    if (gallivm_debug & (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to