diff options
Diffstat (limited to 'lib/Analysis/DataStructure/EquivClassGraphs.cpp')
| -rw-r--r-- | lib/Analysis/DataStructure/EquivClassGraphs.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/lib/Analysis/DataStructure/EquivClassGraphs.cpp index 7632200b83..288f594926 100644 --- a/lib/Analysis/DataStructure/EquivClassGraphs.cpp +++ b/lib/Analysis/DataStructure/EquivClassGraphs.cpp @@ -436,7 +436,7 @@ void EquivClassGraphs::processGraph(DSGraph &G) {        if (CalleeGraph != &G) {          ++NumFoldGraphInlines;          G.mergeInGraph(CS, *CalleeFunc, *CalleeGraph, -                       DSGraph::KeepModRefBits | DSGraph::StripAllocaBit | +                       DSGraph::StripAllocaBit |                         DSGraph::DontCloneCallNodes |                         DSGraph::DontCloneAuxCallNodes);          DEBUG(std::cerr << "    Inlining graph [" << i << "/" | 
