aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-06 23:26:21 +0000
committerChris Lattner <sabre@nondot.org>2002-11-06 23:26:21 +0000
commit17e43de579fc56df2c01fc3b7646b139a74397cb (patch)
tree48102fec12d06c4e91a8aa7c634de75b7142b69b /include/llvm/Analysis/DataStructure.h
parentcf9b4f0f41242d8a7d4079ab9e6b163f54b621f1 (diff)
Add a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DataStructure.h')
-rw-r--r--include/llvm/Analysis/DataStructure.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DataStructure.h b/include/llvm/Analysis/DataStructure.h
index 9659c6074a..ad0d233cfe 100644
--- a/include/llvm/Analysis/DataStructure.h
+++ b/include/llvm/Analysis/DataStructure.h
@@ -80,6 +80,8 @@ public:
return *I->second;
}
+ /// getCallSites - Return all of the call sites for the specified function
+ ///
const std::vector<DSCallSite> *getCallSites(const Function &F) const {
std::map<const Function*, std::vector<DSCallSite> >::const_iterator I
= CallSites.find(&F);