summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-21 17:58:26 -0600
committerBrian Paul <brianp@vmware.com>2010-04-21 17:58:32 -0600
commitbba6a196bb69afc72a9ec56740a312987e77afc2 (patch)
tree41b9fde1ef96c27504ea81bbd88350e05026e572 /src
parentfc9b8cd9dda946d8415732aeeed1eff5541cd1ee (diff)
gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c2
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 4cfe6015d9..f70e96dfde 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);