Remove unused function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50664 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2008-05-05 19:44:16 +00:00
parent 63307c335a
commit be5918c079

View File

@ -920,9 +920,6 @@ public:
return LI->isLoopHeader(BB);
}
/// isAnalysis - Return true if this pass is implementing an analysis pass.
bool isAnalysis() const { return true; }
/// runOnFunction - Calculate the natural loop information.
///
virtual bool runOnFunction(Function &F);