projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83bbd19
)
Fix typo in comment.
author
Diego Novillo
<dnovillo@google.com>
Fri, 24 Apr 2015 15:46:41 +0000
(15:46 +0000)
committer
Diego Novillo
<dnovillo@google.com>
Fri, 24 Apr 2015 15:46:41 +0000
(15:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235723
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/BranchProbabilityInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/BranchProbabilityInfo.cpp
b/lib/Analysis/BranchProbabilityInfo.cpp
index 8799a710af0142f71072c20d330024130860bf03..036da5f16eb4c196b1a5e6aa6d88992a8438259c 100644
(file)
--- a/
lib/Analysis/BranchProbabilityInfo.cpp
+++ b/
lib/Analysis/BranchProbabilityInfo.cpp
@@
-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 wei
g
hts are present. Each weight value is clamped
// to [1, getMaxWeightFor(BB)].
uint32_t WeightLimit = getMaxWeightFor(BB);
SmallVector<uint32_t, 2> Weights;