Remove a private member of BranchProbabilityInfo which is not used at all.
authorCong Hou <congh@google.com>
Wed, 15 Jul 2015 23:20:34 +0000 (23:20 +0000)
committerCong 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

index 9f7c0f9d747e5af89eede0d7e522cac0f1c2dc48..91ce72e8eed5c118686b9be86ccbd28e6850caa2 100644 (file)
@@ -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;