mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 09:58:05 +02:00
gallivm: Silence a warning
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36197>
This commit is contained in:
parent
1c23f18ea8
commit
f1fdd26482
1 changed files with 1 additions and 1 deletions
|
|
@ -3190,7 +3190,7 @@ do_alu_action(struct lp_build_nir_soa_context *bld,
|
|||
{
|
||||
struct gallivm_state *gallivm = bld->base.gallivm;
|
||||
LLVMBuilderRef builder = gallivm->builder;
|
||||
LLVMValueRef result;
|
||||
LLVMValueRef result = NULL;
|
||||
|
||||
struct lp_build_context *float_bld = get_flt_bld(bld, src_bit_size[0], instr->def.divergent);
|
||||
struct lp_build_context *int_bld = get_int_bld(bld, false, src_bit_size[0], instr->def.divergent);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue