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:
parent
84a269e023
commit
0206af99dc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user