mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Adjust for new DSGraph API
llvm-svn: 6993
This commit is contained in:
parent
a824a1ab66
commit
2ce6424601
@ -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…
Reference in New Issue
Block a user