mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gallivm: Add missing lvalue.
This commit is contained in:
parent
3b2bdde1b2
commit
54b94ee96a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue