From d5bc0e5f9c20a3f8e44f23ea7795ed5ccd301ca9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Oct 2005 01:00:32 +0000 Subject: [PATCH] add a proto git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23923 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/Passes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/llvm/Analysis/Passes.h b/include/llvm/Analysis/Passes.h index 5a559de6044..0b485746c8c 100644 --- a/include/llvm/Analysis/Passes.h +++ b/include/llvm/Analysis/Passes.h @@ -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 -- 2.34.1