diff --git a/llvm/include/llvm/Analysis/LoopInfo.h b/llvm/include/llvm/Analysis/LoopInfo.h index 0243a00df552..c2b1ac6e1075 100644 --- a/llvm/include/llvm/Analysis/LoopInfo.h +++ b/llvm/include/llvm/Analysis/LoopInfo.h @@ -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);