diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-06-01 00:48:24 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-06-01 00:48:24 +0000 |
commit | 2e2922cd90922eaf3736421bd0ad4331f89f3e75 (patch) | |
tree | 745592b65a608f3b18e678fa33ab35764121c97a /include | |
parent | 8a70f5815dda98d23f0bbf519532703886159cda (diff) | |
download | external_llvm-2e2922cd90922eaf3736421bd0ad4331f89f3e75.zip external_llvm-2e2922cd90922eaf3736421bd0ad4331f89f3e75.tar.gz external_llvm-2e2922cd90922eaf3736421bd0ad4331f89f3e75.tar.bz2 |
Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/ADT/APFloat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h index 7381a6d..64e56a0 100644 --- a/include/llvm/ADT/APFloat.h +++ b/include/llvm/ADT/APFloat.h @@ -17,7 +17,6 @@ #ifndef LLVM_ADT_APFLOAT_H #define LLVM_ADT_APFLOAT_H -// APInt contains static functions implementing bignum arithmetic. #include "llvm/ADT/APInt.h" namespace llvm { @@ -140,6 +139,8 @@ public: /// anything real. static const fltSemantics Bogus; + /// @} + static unsigned int semanticsPrecision(const fltSemantics &); /// IEEE-754R 5.11: Floating Point Comparison Relations. |