add a proto
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 01:00:32 +0000 (01:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 01:00:32 +0000 (01:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23923 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/Passes.h

index 5a559de6044c788b797fa13a26bd0bd4e2f05b16..0b485746c8ca354b5830b424171704a1691985a3 100644 (file)
@@ -102,6 +102,10 @@ namespace llvm {
   // simple context insensitive alias analysis.
   //
   ModulePass *createSteensgaardPass();
+  
+  // Minor pass prototypes, allowing us to expose them through bugpoint and
+  // analyze.
+  FunctionPass *createInstCountPass();
 }
 
 #endif