[APFloat] Removed nextafter from missing operations since it is implemented in APFloat::next.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Gottesman 2013-07-27 21:49:19 +00:00
parent 9df33cbbab
commit 7ffc854002

View File

@ -117,7 +117,7 @@ enum lostFraction { // Example of truncated bits:
/// New formats: x87 in single and double precision mode (IEEE apart from
/// extended exponent range) (hard).
///
/// New operations: sqrt, IEEE remainder, C90 fmod, nextafter, nexttoward.
/// New operations: sqrt, IEEE remainder, C90 fmod, nexttoward.
///
class APFloat {
public: