isl_tab.c: fix typo in comment
commit8847591c03fcb7df8734da0159ca5d654bbf5573
authorSven Verdoolaege <sven@cerebras.net>
Fri, 19 Nov 2021 11:59:27 +0000 (19 12:59 +0100)
committerSven Verdoolaege <sven@cerebras.net>
Sat, 27 Nov 2021 19:55:51 +0000 (27 20:55 +0100)
treed1db627e1210dea4af58a78d273d89bd19b5488b
parent00d6e2372da24b8c9be821db958ccb07d89e0f74
isl_tab.c: fix typo in comment

Unlike sign_of_min, sign_of_max pivots up instead of down.
The original description of sign_of_max was presumably copied from
the sign_of_min description without the required adjustments.

Reviewed-by: Tianjiao Sun <tianjiao.sun@cerebras.net>
Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
isl_tab.c