mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 14:10:09 +01:00
gallivm/nir/aos: Remove left over debug print
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33628>
This commit is contained in:
parent
3d1072ec26
commit
2cdec6238c
1 changed files with 0 additions and 1 deletions
|
|
@ -929,7 +929,6 @@ lp_build_nir_aos(struct gallivm_state *gallivm,
|
|||
_mesa_hash_table_insert(bld.regs, reg, reg_alloc);
|
||||
}
|
||||
nir_index_ssa_defs(impl);
|
||||
nir_print_shader(shader, stdout);
|
||||
bld.ssa_defs = calloc(impl->ssa_alloc, sizeof(LLVMValueRef));
|
||||
visit_cf_list(&bld, &impl->body);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue