Remove a private member of BranchProbabilityInfo which is not used at all.
[oota-llvm.git] / 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;