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:
Chris Lattner 2005-04-23 21:11:05 +00:00
parent fdfb25a9e1
commit 4bbf66b7a2
1 changed files with 1 additions and 0 deletions

View File

@ -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();