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:
f1b200b
)
Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing
author
Chris Lattner
<sabre@nondot.org>
Sat, 23 Apr 2005 21:11:05 +0000
(21:11 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 23 Apr 2005 21:11:05 +0000
(21:11 +0000)
a crash of the sfv on 188.ammp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21478
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DataStructure/CompleteBottomUp.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/CompleteBottomUp.cpp
b/lib/Analysis/DataStructure/CompleteBottomUp.cpp
index 5cf4bcf66e07282c9b13577cbe5b256d7ef14657..e3deaff609576c990368a7e0098ef445fc6a3b0b 100644
(file)
--- a/
lib/Analysis/DataStructure/CompleteBottomUp.cpp
+++ b/
lib/Analysis/DataStructure/CompleteBottomUp.cpp
@@
-35,6
+35,7
@@
namespace {
//
bool CompleteBUDataStructures::runOnModule(Module &M) {
BUDataStructures &BU = getAnalysis<BUDataStructures>();
+ GlobalECs = BU.getGlobalECs();
GlobalsGraph = new DSGraph(BU.getGlobalsGraph(), GlobalECs);
GlobalsGraph->setPrintAuxCalls();