Mesa (master): gallivm: fix copy&paste error: s/cont_stack_size/ break_stack_size/

Brian Paul brianp at kemper.freedesktop.org
Thu Apr 22 00:22:47 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 21 17:58:26 2010 -0600

gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/

---

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

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index 4cfe601..f70e96d 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@ -227,7 +227,7 @@ static void lp_exec_bgnloop(struct lp_exec_mask *mask)
 
    if (mask->cont_stack_size == 0)
       mask->cont_mask = LLVMConstAllOnes(mask->int_vec_type);
-   if (mask->cont_stack_size == 0)
+   if (mask->break_stack_size == 0)
       mask->break_mask = LLVMConstAllOnes(mask->int_vec_type);
    if (mask->cond_stack_size == 0)
       mask->cond_mask = LLVMConstAllOnes(mask->int_vec_type);




More information about the mesa-commit mailing list