add some prototypes
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 00:38:25 +0000 (00:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 00:38:25 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23919 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure/DataStructure.h

index e110d581db9fa3fbf7f8ff4e283664fad12fd75b..15caec5c3a4e0e5fa2bd66da004ebd818d8bcab0 100644 (file)
@@ -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