From 0ae456816916a396fd07da96574fa93c02fcdc3d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Feb 2002 17:38:03 +0000 Subject: [PATCH] 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 --- include/llvm/Analysis/LoopDepth.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1