commit | 2dea8d65bcfb519107df207f6203666f90b4bf9a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Feb 08 01:53:10 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Feb 08 01:53:10 2004 +0000 |
tree | beb32dac11c1fbda8d13e32062faa96e5ae76522 | |
parent | c3f5f7701f670c73244a08f8afd631b44a4fc0c4 [diff] [blame] |
Add one that I missed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11179 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DataStructure/CompleteBottomUp.cpp b/lib/Analysis/DataStructure/CompleteBottomUp.cpp index 5832701..1755c85 100644 --- a/lib/Analysis/DataStructure/CompleteBottomUp.cpp +++ b/lib/Analysis/DataStructure/CompleteBottomUp.cpp
@@ -77,6 +77,7 @@ if (!I->isExternal() && !DSInfo.count(I)) calculateSCCGraphs(getOrCreateGraph(*I), Stack, NextID, ValMap); + GlobalsGraph->removeTriviallyDeadNodes(); return false; }