projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b426bd
)
-steens doesn't use the inlined globals facility.
author
Chris Lattner
<sabre@nondot.org>
Sun, 20 Mar 2005 04:23:57 +0000
(
04:23
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 20 Mar 2005 04:23:57 +0000
(
04:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20712
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DataStructure/Steensgaard.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/Steensgaard.cpp
b/lib/Analysis/DataStructure/Steensgaard.cpp
index d62d6993182a6486126f7d606a82919e7ebd27f1..5105f5638f7dc1bd0f045f7d7ca809af774545cb 100644
(file)
--- a/
lib/Analysis/DataStructure/Steensgaard.cpp
+++ b/
lib/Analysis/DataStructure/Steensgaard.cpp
@@
-134,8
+134,7
@@
bool Steens::runOnModule(Module &M) {
{ // Scope to free NodeMap memory ASAP
DSGraph::NodeMapTy NodeMap;
const DSGraph &FDSG = LDS.getDSGraph(*I);
- ResultGraph->cloneInto(FDSG, ValMap, RetValMap, NodeMap,
- DSGraph::UpdateInlinedGlobals);
+ ResultGraph->cloneInto(FDSG, ValMap, RetValMap, NodeMap, 0);
}
// Incorporate the inlined Function's ScalarMap into the global