mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
pan/bi: Fix format in bi_repair_ssa
Reviewed-by: Lorenzo Rossi <lorenzo.rossi@collabora.com> Reviewed-by: Eric R. Smith <eric.smith@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40969>
This commit is contained in:
parent
fcfc580f67
commit
b7f9974f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ bi_repair_ssa(bi_context *ctx)
|
|||
};
|
||||
|
||||
bi_replace_src(phi, s,
|
||||
resolve_read(&rctx, read_block, phi->src[s]));
|
||||
resolve_read(&rctx, read_block, phi->src[s]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue