Remvoe big hack that was used by the register allocator
[oota-llvm.git] / 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);