Add a comment

llvm-svn: 4586
This commit is contained in:
Chris Lattner 2002-11-06 23:26:21 +00:00
parent 84ed927ae7
commit 9bcd1e1b61

View File

@ -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);