[llvm-commits] [llvm] r50664 - /llvm/trunk/include/llvm/Analysis/LoopInfo.h

Devang Patel dpatel at apple.com
Mon May 5 12:44:16 PDT 2008


Author: dpatel
Date: Mon May  5 14:44:16 2008
New Revision: 50664

URL: http://llvm.org/viewvc/llvm-project?rev=50664&view=rev
Log:
Remove unused function.


Modified:
    llvm/trunk/include/llvm/Analysis/LoopInfo.h

Modified: llvm/trunk/include/llvm/Analysis/LoopInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/LoopInfo.h?rev=50664&r1=50663&r2=50664&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Analysis/LoopInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/LoopInfo.h Mon May  5 14:44:16 2008
@@ -920,9 +920,6 @@
     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);





More information about the llvm-commits mailing list