forked from OSchip/llvm-project
Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing
a crash of the sfv on 188.ammp llvm-svn: 21478
This commit is contained in:
parent
fdfb25a9e1
commit
4bbf66b7a2
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue