summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 00:38:25 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 00:38:25 +0000
commitcd04092fe4328a709ba615ebee0a593ef4546a29 (patch)
tree9055b763a64fb0060dcc74c223659837dfe45bf4 /include/llvm/Analysis
parent25d196880b2ac2a9a34e0124bb2edcdcf54e3d86 (diff)
downloadllvm-cd04092fe4328a709ba615ebee0a593ef4546a29.tar.gz
llvm-cd04092fe4328a709ba615ebee0a593ef4546a29.tar.bz2
llvm-cd04092fe4328a709ba615ebee0a593ef4546a29.tar.xz
add some prototypes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r--include/llvm/Analysis/DataStructure/DataStructure.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DataStructure/DataStructure.h b/include/llvm/Analysis/DataStructure/DataStructure.h
index e110d581db..15caec5c3a 100644
--- a/include/llvm/Analysis/DataStructure/DataStructure.h
+++ b/include/llvm/Analysis/DataStructure/DataStructure.h
@@ -31,6 +31,10 @@ class DSCallSite;
class DSNode;
class DSNodeHandle;
+FunctionPass *createDataStructureStatsPass();
+FunctionPass *createDataStructureGraphCheckerPass();
+
+
// FIXME: move this stuff to a private header
namespace DataStructureAnalysis {
/// isPointerType - Return true if this first class type is big enough to hold