Remvoe big hack that was used by the register allocator
authorChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 17:38:03 +0000 (17:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 17:38:03 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1692 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LoopDepth.h

index 861a384b94c3720dc0f1592779b05f49539bb17d..2c5519855cd93898c73c99344581cba688979f09 100644 (file)
@@ -19,7 +19,6 @@ public:
   static AnalysisID ID;            // cfg::LoopDepth Analysis ID 
 
   LoopDepthCalculator(AnalysisID id) { assert(id == ID); }
-  LoopDepthCalculator(Method *M);
 
   // This is a pass...
   bool runOnMethod(Method *M);