1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 dbf91254a8
commit 0bc1588c47

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