1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

add a proto

llvm-svn: 23923
This commit is contained in:
Chris Lattner 2005-10-24 01:00:32 +00:00
parent 33758432f4
commit 48f3be3f64

View 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