projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3136061
)
add a proto
author
Chris Lattner
<sabre@nondot.org>
Mon, 24 Oct 2005 01:00:32 +0000
(
01:00
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/Passes.h
b/include/llvm/Analysis/Passes.h
index 5a559de6044c788b797fa13a26bd0bd4e2f05b16..0b485746c8ca354b5830b424171704a1691985a3 100644
(file)
--- 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