mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
Add back line whose removal somehow crept into prior patch
llvm-svn: 43627
This commit is contained in:
parent
d04447b7ae
commit
7eeb095d37
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user