Add prototype
authorChris Lattner <sabre@nondot.org>
Sun, 21 Sep 2003 00:28:18 +0000 (00:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Sep 2003 00:28:18 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8640 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure.h
include/llvm/Analysis/DataStructure/DataStructure.h

index f52bb4b60fb0e5412bedb46686de53883ea12135..4a9ca1af75906a180b5ab18c5cbae72ca683d1cb 100644 (file)
@@ -165,6 +165,9 @@ public:
   }
 
 private:
+  void markReachableFunctionsExternallyAccessible(DSNode *N,
+                                                  hash_set<DSNode*> &Visited);
+
   void inlineGraphIntoCallees(DSGraph &G);
   DSGraph &getOrCreateDSGraph(Function &F);
   void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
index f52bb4b60fb0e5412bedb46686de53883ea12135..4a9ca1af75906a180b5ab18c5cbae72ca683d1cb 100644 (file)
@@ -165,6 +165,9 @@ public:
   }
 
 private:
+  void markReachableFunctionsExternallyAccessible(DSNode *N,
+                                                  hash_set<DSNode*> &Visited);
+
   void inlineGraphIntoCallees(DSGraph &G);
   DSGraph &getOrCreateDSGraph(Function &F);
   void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,