Remvoe big hack that was used by the register allocator

llvm-svn: 1692
This commit is contained in:
Chris Lattner 2002-02-04 17:38:03 +00:00
parent a5e627852d
commit 4469935eb5
1 changed files with 0 additions and 1 deletions

View 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);