Tweak RoundAwayFromZero the bit number below which is truncated, and make
[oota-llvm.git] / include / llvm / ADT / APFloat.h
index 69d1e123ef34c379a3a7867251e6e797eeb7802a..c6b62dc7f8cba2d03bce6839634f17a93986d975 100644 (file)
@@ -253,7 +253,7 @@ namespace llvm {
     opStatus addOrSubtract(const APFloat &, roundingMode, bool subtract);
     cmpResult compareAbsoluteValue(const APFloat &) const;
     opStatus handleOverflow(roundingMode);
-    bool roundAwayFromZero(roundingMode, lostFraction);
+    bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
     opStatus convertFromUnsignedInteger(integerPart *, unsigned int,
                                        roundingMode);
     lostFraction combineLostFractions(lostFraction, lostFraction);