Fix a bug in a previous checkin that broke 175.vpr

llvm-svn: 12128
This commit is contained in:
Chris Lattner 2004-03-04 21:36:57 +00:00
parent c885697daa
commit f21e7a75d6

View File

@ -222,5 +222,5 @@ void CompleteBUDataStructures::processGraph(DSGraph &G) {
// Delete dead nodes. Treat globals that are unreachable but that can
// reach live nodes as live.
G.removeDeadNodes(DSGraph::RemoveUnreachableGlobals);
G.removeDeadNodes(DSGraph::KeepUnreachableGlobals);
}