mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
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
This commit is contained in:
@ -56,10 +56,6 @@ public:
|
|||||||
/// result.
|
/// result.
|
||||||
///
|
///
|
||||||
/// \return \c Num times \c this.
|
/// \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;
|
uint64_t scale(uint64_t Num) const;
|
||||||
|
|
||||||
/// \brief Scale a large integer by the inverse.
|
/// \brief Scale a large integer by the inverse.
|
||||||
@ -68,10 +64,6 @@ public:
|
|||||||
/// Returns the floor of the result.
|
/// Returns the floor of the result.
|
||||||
///
|
///
|
||||||
/// \return \c Num divided by \c this.
|
/// \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;
|
uint64_t scaleByInverse(uint64_t Num) const;
|
||||||
|
|
||||||
bool operator==(BranchProbability RHS) const {
|
bool operator==(BranchProbability RHS) const {
|
||||||
|
Reference in New Issue
Block a user