From d419606bec7a609617edfed6b1bcf60746c7032c Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 29 Apr 2014 16:47:39 +0000 Subject: [PATCH] Support: Remove out-of-date comments The code is now shared... no need for a note. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207555 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/BranchProbability.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/llvm/Support/BranchProbability.h b/include/llvm/Support/BranchProbability.h index 74d64194cf6..c1153ea8232 100644 --- a/include/llvm/Support/BranchProbability.h +++ b/include/llvm/Support/BranchProbability.h @@ -56,10 +56,6 @@ public: /// result. /// /// \return \c Num times \c this. - /// - /// \note This code should be shared with (or replaced by) the implementation - /// of \a BlockFrequency::scale(), which seems to be calculating something - /// similar. uint64_t scale(uint64_t Num) const; /// \brief Scale a large integer by the inverse. @@ -68,10 +64,6 @@ public: /// Returns the floor of the result. /// /// \return \c Num divided by \c this. - /// - /// \note This code should be shared with (or replaced by) the implementation - /// of \a BlockFrequency::scale(), which seems to be calculating something - /// similar. uint64_t scaleByInverse(uint64_t Num) const; bool operator==(BranchProbability RHS) const { -- 2.34.1