mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
pan/bi: Use bi_exit_block
The "generic" one is a vestige of Midgard. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14298>
This commit is contained in:
parent
75406a561f
commit
734a8bdc5d
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ bi_compute_liveness(bi_context *ctx)
|
|||
/* Initialize the work list with the exit block */
|
||||
struct set_entry *cur;
|
||||
|
||||
cur = _mesa_set_add(work_list, pan_exit_block(&ctx->blocks));
|
||||
cur = _mesa_set_add(work_list, bi_exit_block(&ctx->blocks));
|
||||
|
||||
/* Iterate the work list */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue