mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
Reduce amount of work needed to compute ip/modref
llvm-svn: 4637
This commit is contained in:
parent
ee05a7d01c
commit
8cd66f734f
@ -148,7 +148,8 @@ 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),
|
||||
DSGraph::StripAllocaBit);
|
||||
DSGraph::StripAllocaBit | DSGraph::DontCloneCallNodes |
|
||||
DSGraph::DontCloneAuxCallNodes);
|
||||
|
||||
} else {
|
||||
std::cerr << "IP Mod/Ref indirect call not implemented yet: "
|
||||
|
Loading…
Reference in New Issue
Block a user