forked from OSchip/llvm-project
Remvoe big hack that was used by the register allocator
llvm-svn: 1692
This commit is contained in:
parent
a5e627852d
commit
4469935eb5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue