diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2007-11-01 22:51:07 +0000 |
---|---|---|
committer | Neil Booth <neil@daikokuya.co.uk> | 2007-11-01 22:51:07 +0000 |
commit | 43a4b28e94598ea8accd7a97f8e1b5902731f340 (patch) | |
tree | e24312466c8be18a4bdf0e87de06e10b25c059c8 /lib/Support/APFloat.cpp | |
parent | ee7ae384f5d6067f1ca6d475b8630fe91ff2f6b6 (diff) |
Add back line whose removal somehow crept into prior patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APFloat.cpp')
-rw-r--r-- | lib/Support/APFloat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/APFloat.cpp b/lib/Support/APFloat.cpp index 1e1c5ff9f7..88d158ae13 100644 --- a/lib/Support/APFloat.cpp +++ b/lib/Support/APFloat.cpp @@ -2199,6 +2199,7 @@ APFloat::convertFromDecimalString(const char *p, roundingMode rounding_mode) partCount++; } while (p <= D.lastSigDigit); + category = fcNormal; fs = roundSignificandWithExponent(decSignificand, partCount, D.exponent, rounding_mode); |