mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-20 19:25:05 +00:00
Adjust for new DSGraph API
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6993 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8bc95a176a
commit
a321b04d60
@ -166,7 +166,7 @@ DSGraph* FunctionModRefInfo::ResolveCallSiteModRefInfo(CallInst &CI,
|
||||
|
||||
// Perform the merging now of the graph for the callee, which will
|
||||
// come with mod/ref bits set...
|
||||
Result->mergeInGraph(CS, IPModRefObj.getBUDSGraph(*F),
|
||||
Result->mergeInGraph(CS, *F, IPModRefObj.getBUDSGraph(*F),
|
||||
DSGraph::StripAllocaBit
|
||||
| DSGraph::DontCloneCallNodes
|
||||
| DSGraph::DontCloneAuxCallNodes);
|
||||
|
@ -166,7 +166,7 @@ DSGraph* FunctionModRefInfo::ResolveCallSiteModRefInfo(CallInst &CI,
|
||||
|
||||
// Perform the merging now of the graph for the callee, which will
|
||||
// come with mod/ref bits set...
|
||||
Result->mergeInGraph(CS, IPModRefObj.getBUDSGraph(*F),
|
||||
Result->mergeInGraph(CS, *F, IPModRefObj.getBUDSGraph(*F),
|
||||
DSGraph::StripAllocaBit
|
||||
| DSGraph::DontCloneCallNodes
|
||||
| DSGraph::DontCloneAuxCallNodes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user