OSDN Git Service

Fix build
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 13 Mar 2016 05:22:08 +0000 (05:22 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 13 Mar 2016 05:22:08 +0000 (05:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263372 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APFloat.h

index 45daeca..4d4ba8f 100644 (file)
@@ -642,6 +642,7 @@ private:
 /// These additional declarations are required in order to compile LLVM with IBM
 /// xlC compiler.
 hash_code hash_value(const APFloat &Arg);
+int ilogb(const APFloat &Arg);
 APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode);
 
 /// \brief Returns the absolute value of the argument.