[LAA] Remove unused pointer partition argument from addRuntimeCheck, NFC
[oota-llvm.git] / include / llvm / Analysis / LoopAccessAnalysis.h
index 13fe49942cbb966e013f54230700b6fda5ffdc76..ac0d1952f5d179be52271f24c872a594538b4d8e 100644 (file)
@@ -498,13 +498,8 @@ public:
   /// Returns a pair of instructions where the first element is the first
   /// instruction generated in possibly a sequence of instructions and the
   /// second value is the final comparator value or NULL if no check is needed.
-  ///
-  /// If \p PtrPartition is set, it contains the partition number for pointers
-  /// (-1 if the pointer belongs to multiple partitions).  In this case omit
-  /// checks between pointers belonging to the same partition.
   std::pair<Instruction *, Instruction *>
-  addRuntimeCheck(Instruction *Loc,
-                  const SmallVectorImpl<int> *PtrPartition = nullptr) const;
+  addRuntimeCheck(Instruction *Loc) const;
 
   /// \brief Generete the instructions for the checks in \p PointerChecks.
   ///