From: Chris Lattner Date: Mon, 4 Feb 2002 17:38:03 +0000 (+0000) Subject: Remvoe big hack that was used by the register allocator X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0ae456816916a396fd07da96574fa93c02fcdc3d;p=oota-llvm.git Remvoe big hack that was used by the register allocator git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1692 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);