aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Passes.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:00:32 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:00:32 +0000
commitd5bc0e5f9c20a3f8e44f23ea7795ed5ccd301ca9 (patch)
tree18bc847adf02e6ffa2f88e0ffd1c91d755407633 /include/llvm/Analysis/Passes.h
parent31360613cbe4865d4469401b829820292a77ce64 (diff)
downloadexternal_llvm-d5bc0e5f9c20a3f8e44f23ea7795ed5ccd301ca9.zip
external_llvm-d5bc0e5f9c20a3f8e44f23ea7795ed5ccd301ca9.tar.gz
external_llvm-d5bc0e5f9c20a3f8e44f23ea7795ed5ccd301ca9.tar.bz2
add a proto
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23923 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/Passes.h')
-rw-r--r--include/llvm/Analysis/Passes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Analysis/Passes.h b/include/llvm/Analysis/Passes.h
index 5a559de..0b48574 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