commit | 5b0029f39a2a8f872ffcca4aadfd2a8983dab7cd | [log] [tgz] |
---|---|---|
author | Neil Booth <neil@daikokuya.co.uk> | Thu Nov 01 22:51:07 2007 +0000 |
committer | Neil Booth <neil@daikokuya.co.uk> | Thu Nov 01 22:51:07 2007 +0000 |
tree | e24312466c8be18a4bdf0e87de06e10b25c059c8 | |
parent | 67ab56848503581aa9f509b34500350e38458ffe [diff] [blame] |
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
diff --git a/lib/Support/APFloat.cpp b/lib/Support/APFloat.cpp index 1e1c5ff..88d158a 100644 --- a/lib/Support/APFloat.cpp +++ b/lib/Support/APFloat.cpp
@@ -2199,6 +2199,7 @@ partCount++; } while (p <= D.lastSigDigit); + category = fcNormal; fs = roundSignificandWithExponent(decSignificand, partCount, D.exponent, rounding_mode);