[LVer] Remove unused Pass parameter from versionLoop, NFC
[oota-llvm.git] / include / llvm / Transforms / Utils / LoopVersioning.h
index 4779b7ede2b4fdcbbd63a4e111ab8b66dc11c8d0..8c87a62d84ce9971d59cff7c0725ffe73782beef 100644 (file)
@@ -55,7 +55,7 @@ public:
   ///        analyze L
   ///        if versioning is necessary version L
   ///        transform L
-  void versionLoop(Pass *P);
+  void versionLoop();
 
   /// \brief Adds the necessary PHI nodes for the versioned loops based on the
   /// loop-defined values used outside of the loop.