Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment.

llvm-svn: 183065
This commit is contained in:
Michael Gottesman 2013-06-01 00:48:24 +00:00
parent b3a5774ce3
commit 0863d85015

View File

@ -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.