diff options
Diffstat (limited to 'lib/Analysis/DataStructure')
-rw-r--r-- | lib/Analysis/DataStructure/TopDownClosure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/TopDownClosure.cpp b/lib/Analysis/DataStructure/TopDownClosure.cpp index 4d6313683e..8190532176 100644 --- a/lib/Analysis/DataStructure/TopDownClosure.cpp +++ b/lib/Analysis/DataStructure/TopDownClosure.cpp @@ -243,7 +243,7 @@ void TDDataStructures::inlineGraphIntoCallees(DSGraph &Graph) { DSGraph &CalleeGraph = *CSI->first; // Iterate through all of the call sites of this graph, cloning and merging // any nodes required by the call. - ReachabilityCloner RC(CalleeGraph, Graph, DSGraph::StripModRefBits); + ReachabilityCloner RC(CalleeGraph, Graph, 0); // Clone over any global nodes that appear in both graphs. for (DSScalarMap::global_iterator |