Fix for VisualStudio. It is treating a 2 bit enum as a signed int for comparison...
authorChuck Rose III <cfr@adobe.com>
Sat, 8 Sep 2007 04:17:08 +0000 (04:17 +0000)
committerChuck Rose III <cfr@adobe.com>
Sat, 8 Sep 2007 04:17:08 +0000 (04:17 +0000)
commit418d360518811121ad9352af57fdd7ba58a4f917
tree046bad194c01f4ec20c2788e285669029fd4f2a2
parent7dfda9e674c655d36147f074f4df9bef11f9c383
Fix for VisualStudio.  It is treating a 2 bit enum as a signed int for comparison purposes, causing failures.  Using an extra bit fixes it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41784 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h