From: Matt Arsenault Date: Sun, 13 Mar 2016 05:22:08 +0000 (+0000) Subject: Fix build X-Git-Tag: llvmorg-3.9.0-rc1~11844 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb5af451b3d92ae57d04edf35303236a4679ef89;p=platform%2Fupstream%2Fllvm.git Fix build llvm-svn: 263372 --- diff --git a/llvm/include/llvm/ADT/APFloat.h b/llvm/include/llvm/ADT/APFloat.h index 45daeca..4d4ba8f 100644 --- a/llvm/include/llvm/ADT/APFloat.h +++ b/llvm/include/llvm/ADT/APFloat.h @@ -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.