Commits

Nadav Rotem committed 28042c7030d
Fix a bug in the comparison of -INT_MIN values. The result of abs() is an unsinged number that can represent the complete input range. We need to use unsigned operations on the result of abs(). Swift SVN r26594