opt_lut: simplify type conversion. NFC.

This commit is contained in:
whitequark 2018-12-05 19:12:02 +00:00
parent 1bb728e24f
commit 88217d0157
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ struct OptLutWorker
}
}
return lut_table.extract(lut_index).as_int();
return lut_table.extract(lut_index).as_bool();
}
void show_stats_by_arity()