LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
[oota-llvm.git] / include / llvm / Analysis / LoopPass.h
index cbc66b9c9a65eb23c3b9db7da9d87925ce02318a..2cf734e53bb43ecf7dd81c64987fede322a3f53f 100644 (file)
@@ -127,9 +127,6 @@ public:
   }
 
 public:
-  // Delete loop from the loop queue and loop nest (LoopInfo).
-  void deleteLoopFromQueue(Loop *L);
-
   // Add a new loop into the loop queue as a child of the given parent, or at
   // the top level if \c ParentLoop is null.
   Loop &addLoop(Loop *ParentLoop);