aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-04 17:38:03 +0000
committerChris Lattner <sabre@nondot.org>2002-02-04 17:38:03 +0000
commit0ae456816916a396fd07da96574fa93c02fcdc3d (patch)
treecded49dfacd7162b5895ae5c5dd70d38256af2d1
parentc8b758dedca032498bb25e0e3a3caf82d9070e9c (diff)
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
-rw-r--r--include/llvm/Analysis/LoopDepth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LoopDepth.h b/include/llvm/Analysis/LoopDepth.h
index 861a384b94..2c5519855c 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);