summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/BranchProbability.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Support/BranchProbability.h')
-rw-r--r--llvm/include/llvm/Support/BranchProbability.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/BranchProbability.h b/llvm/include/llvm/Support/BranchProbability.h
index b403d7fbf11..3a88e71c248 100644
--- a/llvm/include/llvm/Support/BranchProbability.h
+++ b/llvm/include/llvm/Support/BranchProbability.h
@@ -73,7 +73,7 @@ public:
void dump() const;
- /// \brief Scale a large integer.
+ /// Scale a large integer.
///
/// Scales \c Num. Guarantees full precision. Returns the floor of the
/// result.
@@ -81,7 +81,7 @@ public:
/// \return \c Num times \c this.
uint64_t scale(uint64_t Num) const;
- /// \brief Scale a large integer by the inverse.
+ /// Scale a large integer by the inverse.
///
/// Scales \c Num by the inverse of \c this. Guarantees full precision.
/// Returns the floor of the result.
OpenPOWER on IntegriCloud