mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 11:40:10 +01:00
lima: Clean up after deleting asserts
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24432>
This commit is contained in:
parent
91ae717d0b
commit
b2ddbecaad
1 changed files with 0 additions and 4 deletions
|
|
@ -42,10 +42,6 @@ clone_intrinsic(nir_builder *b, nir_intrinsic_instr *intrin)
|
|||
nir_intrinsic_instr *new_intrin =
|
||||
nir_instr_as_intrinsic(nir_instr_clone(b->shader, &intrin->instr));
|
||||
|
||||
unsigned num_srcs = nir_intrinsic_infos[new_intrin->intrinsic].num_srcs;
|
||||
for (unsigned i = 0; i < num_srcs; i++) {
|
||||
}
|
||||
|
||||
nir_builder_instr_insert(b, &new_intrin->instr);
|
||||
|
||||
return &new_intrin->dest.ssa;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue