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 | ddca0775a267ef6e483d5bc20367c2f982e5f914 (patch) | |
| tree | 2a29af1e61a8b163479a51584d339b26493753b1 | |
| parent | 40c36990e5d3073fd7ce3bb2a56604572b34e09f (diff) | |
| download | bcm5719-llvm-ddca0775a267ef6e483d5bc20367c2f982e5f914.tar.gz bcm5719-llvm-ddca0775a267ef6e483d5bc20367c2f982e5f914.zip | |
Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment.
llvm-svn: 183065
| -rw-r--r-- | llvm/include/llvm/ADT/APFloat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/APFloat.h b/llvm/include/llvm/ADT/APFloat.h index 7381a6d589f..64e56a0ef6a 100644 --- a/llvm/include/llvm/ADT/APFloat.h +++ b/llvm/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. |

