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:
167af8c
)
Remove a private member of BranchProbabilityInfo which is not used at all.
author
Cong Hou
<congh@google.com>
Wed, 15 Jul 2015 23:20:34 +0000
(23:20 +0000)
committer
Cong Hou
<congh@google.com>
Wed, 15 Jul 2015 23:20:34 +0000
(23:20 +0000)
The member to be removed is LoopInfo *LI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242355
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/BranchProbabilityInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/BranchProbabilityInfo.h
b/include/llvm/Analysis/BranchProbabilityInfo.h
index 9f7c0f9d747e5af89eede0d7e522cac0f1c2dc48..91ce72e8eed5c118686b9be86ccbd28e6850caa2 100644
(file)
--- a/
include/llvm/Analysis/BranchProbabilityInfo.h
+++ b/
include/llvm/Analysis/BranchProbabilityInfo.h
@@
-126,9
+126,6
@@
private:
DenseMap<Edge, uint32_t> Weights;
- /// \brief Handle to the LoopInfo analysis.
- LoopInfo *LI;
-
/// \brief Track the last function we run over for printing.
Function *LastF;