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)
llvm-svn: 263372

llvm/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.