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:
9bc6d84
)
Fix typo in comment. NFC.
author
Diego Novillo
<dnovillo@google.com>
Wed, 3 Jun 2015 16:22:12 +0000
(16:22 +0000)
committer
Diego Novillo
<dnovillo@google.com>
Wed, 3 Jun 2015 16:22:12 +0000
(16:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238933
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/BlockFrequencyInfoImpl.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/BlockFrequencyInfoImpl.h
b/include/llvm/Analysis/BlockFrequencyInfoImpl.h
index 9acc863a7382c8698c7a7d970968be0b4b6e6ddb..26e687c4afa1e493a6978ba25474e225205ce6a1 100644
(file)
--- a/
include/llvm/Analysis/BlockFrequencyInfoImpl.h
+++ b/
include/llvm/Analysis/BlockFrequencyInfoImpl.h
@@
-930,7
+930,7
@@
void BlockFrequencyInfoImpl<BT>::doFunction(const FunctionT *F,
initializeRPOT();
initializeLoops();
- // Visit loops in post-order to find thelocal mass distribution, and then do
+ // Visit loops in post-order to find the
local mass distribution, and then do
// the full function.
computeMassInLoops();
computeMassInFunction();