Add one that I missed

llvm-svn: 11179
This commit is contained in:
Chris Lattner 2004-02-08 01:53:10 +00:00
parent 9ab85275ef
commit fa616e14fc
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ bool CompleteBUDataStructures::run(Module &M) {
if (!I->isExternal() && !DSInfo.count(I))
calculateSCCGraphs(getOrCreateGraph(*I), Stack, NextID, ValMap);
GlobalsGraph->removeTriviallyDeadNodes();
return false;
}