jay/register_allocate: remove out of date comment

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41808>
This commit is contained in:
Alyssa Rosenzweig 2026-05-20 10:12:19 -04:00 committed by Marge Bot
parent 56aa083b03
commit 1e7f68d11b

View file

@ -692,10 +692,6 @@ try_find_free_reg(jay_ra_state *ra,
bool stride4)
{
unsigned i;
/* Prefer stride 4 temporaries, since they are more compatible and thus
* should reduce swapping on average.
*/
BITSET_FOREACH_SET(i, ra->available_regs[file], ra->num_regs[file]) {
if (i != except &&
(!stride4 ||