mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235723 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83bbd19603
commit
dafe3a524a
@ -191,7 +191,7 @@ bool BranchProbabilityInfo::calcMetadataWeights(BasicBlock *BB) {
|
||||
return false;
|
||||
|
||||
// Build up the final weights that will be used in a temporary buffer, but
|
||||
// don't add them until all weihts are present. Each weight value is clamped
|
||||
// don't add them until all weights are present. Each weight value is clamped
|
||||
// to [1, getMaxWeightFor(BB)].
|
||||
uint32_t WeightLimit = getMaxWeightFor(BB);
|
||||
SmallVector<uint32_t, 2> Weights;
|
||||
|
Loading…
Reference in New Issue
Block a user