Remove unused function.
authorDevang Patel <dpatel@apple.com>
Mon, 5 May 2008 19:44:16 +0000 (19:44 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 5 May 2008 19:44:16 +0000 (19:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50664 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LoopInfo.h

index 0243a00df5523530d5891337c95d042a7958caf1..c2b1ac6e10751aef5b11e9a8370c72d6ee06957a 100644 (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);