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:
Alyssa Rosenzweig 2021-12-23 11:07:35 -05:00 committed by Marge Bot
parent 75406a561f
commit 734a8bdc5d

View file

@ -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 */