From 102d0382d4a64d9a25c861004c05c704ffa99d50 Mon Sep 17 00:00:00 2001 From: Cong Hou Date: Wed, 15 Jul 2015 23:20:34 +0000 Subject: [PATCH 1/1] Remove a private member of BranchProbabilityInfo which is not used at all. 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/Analysis/BranchProbabilityInfo.h b/include/llvm/Analysis/BranchProbabilityInfo.h index 9f7c0f9d747..91ce72e8eed 100644 --- a/include/llvm/Analysis/BranchProbabilityInfo.h +++ b/include/llvm/Analysis/BranchProbabilityInfo.h @@ -126,9 +126,6 @@ private: DenseMap Weights; - /// \brief Handle to the LoopInfo analysis. - LoopInfo *LI; - /// \brief Track the last function we run over for printing. Function *LastF; -- 2.34.1