new method

llvm-svn: 12263
This commit is contained in:
Chris Lattner 2004-03-09 19:36:59 +00:00
parent 0e0433a791
commit 2fef10e580

View File

@ -360,6 +360,10 @@ public:
///
DSCallSite getCallSiteForArguments(Function &F) const;
/// getDSCallSiteForCallSite - Given an LLVM CallSite object that is live in
/// the context of this graph, return the DSCallSite for it.
DSCallSite getDSCallSiteForCallSite(CallSite CS) const;
// Methods for checking to make sure graphs are well formed...
void AssertNodeInGraph(const DSNode *N) const {
assert((!N || N->getParentGraph() == this) &&