Add back line whose removal somehow crept into prior patch

llvm-svn: 43627
This commit is contained in:
Neil Booth 2007-11-01 22:51:07 +00:00
parent 618d0fc377
commit ae077d232c
1 changed files with 1 additions and 0 deletions

View File

@ -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);