Bug fix (just in the code; it does not affect the execution)

This commit is contained in:
aletempiac 2024-10-15 19:04:49 +02:00
parent d1f78b36cb
commit baf4ddb16a
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ private:
: cost <= 32 ? 4
: 5;
if ( ss_vars_needed + free_set_size < 6 )
if ( ss_vars_needed + free_set_size < ps.lut_size )
{
/* look for a shared variable */
best_multiplicity = cost;