summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-03-13 05:22:08 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-03-13 05:22:08 +0000
commitcb5af451b3d92ae57d04edf35303236a4679ef89 (patch)
treead05c7f33e279e17f6da402e6c4880adbd28d394 /llvm
parentc477f48f03898f0a6ed6e99f1245ae84b5aec4f2 (diff)
downloadbcm5719-llvm-cb5af451b3d92ae57d04edf35303236a4679ef89.tar.gz
bcm5719-llvm-cb5af451b3d92ae57d04edf35303236a4679ef89.zip
Fix build
llvm-svn: 263372
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/ADT/APFloat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ADT/APFloat.h b/llvm/include/llvm/ADT/APFloat.h
index 45daeca8e43..4d4ba8ffa17 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.
OpenPOWER on IntegriCloud