projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2bdde
)
gallivm: Add missing lvalue.
author
José Fonseca
<jfonseca@vmware.com>
Sun, 9 May 2010 18:00:50 +0000
(19:00 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 10 May 2010 20:23:38 +0000
(21:23 +0100)
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index 9e7246902c62f47bd904cdb1733b6c0c98f42f2c..ca2b78fb8ce4651725b6658b54bc0550769fad1e 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@
-349,7
+349,7
@@
static void lp_exec_mask_store(struct lp_exec_mask *mask,
/* Mix the predicate and execution mask */
if (mask->has_mask) {
if (pred) {
- LLVMBuildAnd(mask->bld->builder, pred, mask->exec_mask, "");
+
pred =
LLVMBuildAnd(mask->bld->builder, pred, mask->exec_mask, "");
} else {
pred = mask->exec_mask;
}