diff --git a/include/llvm/Analysis/LoopDepth.h b/include/llvm/Analysis/LoopDepth.h index 861a384b94c..2c5519855cd 100644 --- a/include/llvm/Analysis/LoopDepth.h +++ b/include/llvm/Analysis/LoopDepth.h @@ -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);