pan/bi: Fix format in bi_repair_ssa
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

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:
Christoph Pillmayer 2026-04-15 08:16:06 +02:00 committed by Marge Bot
parent fcfc580f67
commit b7f9974f3e

View file

@ -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]));
}
}
}