1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove unused function.

llvm-svn: 50664
This commit is contained in:
Devang Patel 2008-05-05 19:44:16 +00:00
parent 84a269e023
commit 0206af99dc

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