commit | ae077d232c90fe2a6e5352bcb9cd32b9a07a1668 | [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 | b1448a8303b0bf96b4f3fb955a1cb09aefe271ef | |
parent | 618d0fc3771add2b53040ef4de5f7bcc247dee13 [diff] [blame] |
Add back line whose removal somehow crept into prior patch llvm-svn: 43627
diff --git a/llvm/lib/Support/APFloat.cpp b/llvm/lib/Support/APFloat.cpp index 1e1c5ff..88d158a 100644 --- a/llvm/lib/Support/APFloat.cpp +++ b/llvm/lib/Support/APFloat.cpp
@@ -2199,6 +2199,7 @@ partCount++; } while (p <= D.lastSigDigit); + category = fcNormal; fs = roundSignificandWithExponent(decSignificand, partCount, D.exponent, rounding_mode);