[llvm] b06ccc7 - [APFloat] Remove orphan ilogb(DoubleAPFloat) declaration. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 07:36:42 PST 2021


Author: Simon Pilgrim
Date: 2021-01-28T15:18:25Z
New Revision: b06ccc74467be33485447eb4b2821954f2bb27aa

URL: https://github.com/llvm/llvm-project/commit/b06ccc74467be33485447eb4b2821954f2bb27aa
DIFF: https://github.com/llvm/llvm-project/commit/b06ccc74467be33485447eb4b2821954f2bb27aa.diff

LOG: [APFloat] Remove orphan ilogb(DoubleAPFloat) declaration. NFCI.

Added: 
    

Modified: 
    llvm/include/llvm/ADT/APFloat.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ADT/APFloat.h b/llvm/include/llvm/ADT/APFloat.h
index 70a6cc44d3cc..8aafd525196d 100644
--- a/llvm/include/llvm/ADT/APFloat.h
+++ b/llvm/include/llvm/ADT/APFloat.h
@@ -687,7 +687,6 @@ class DoubleAPFloat final : public APFloatBase {
 
   bool getExactInverse(APFloat *inv) const;
 
-  friend int ilogb(const DoubleAPFloat &Arg);
   friend DoubleAPFloat scalbn(const DoubleAPFloat &X, int Exp, roundingMode);
   friend DoubleAPFloat frexp(const DoubleAPFloat &X, int &Exp, roundingMode);
   friend hash_code hash_value(const DoubleAPFloat &Arg);


        


More information about the llvm-commits mailing list