summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorCong Hou <congh@google.com>2015-07-15 23:20:34 +0000
committerCong Hou <congh@google.com>2015-07-15 23:20:34 +0000
commit677fbeebf7692567b296866de8c7849bc8299a6c (patch)
tree795385eae1388038b90e821423c91466ac10c18c /llvm
parent57c0525d2cfbbceb8a8cb056b3874ad5b3f5606a (diff)
downloadbcm5719-llvm-677fbeebf7692567b296866de8c7849bc8299a6c.tar.gz
bcm5719-llvm-677fbeebf7692567b296866de8c7849bc8299a6c.zip
Remove a private member of BranchProbabilityInfo which is not used at all.
The member to be removed is LoopInfo *LI. llvm-svn: 242355
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Analysis/BranchProbabilityInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Analysis/BranchProbabilityInfo.h b/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
index 9f7c0f9d747..91ce72e8eed 100644
--- a/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud