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

Author: José Fonseca <[email protected]>
Date:   Mon Nov  7 19:45:41 2011 +0000

gallivm: Remove duplicate statement.

ary_ge_arx_arz is already set earlier.

Reviewed-by: Brian Paul <[email protected]>

---

 src/gallium/auxiliary/gallivm/lp_bld_sample.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.c 
b/src/gallium/auxiliary/gallivm/lp_bld_sample.c
index 884bddd..07f4f3b 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.c
@@ -969,8 +969,6 @@ lp_build_cube_lookup(struct lp_build_sample_context *bld,
       {
          struct lp_build_if_state if_ctx2;
 
-         ary_ge_arx_arz = LLVMBuildAnd(builder, ary_ge_arx, ary_ge_arz, "");
-
          lp_build_if(&if_ctx2, bld->gallivm, ary_ge_arx_arz);
          {
             /* +/- Y face */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to