mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
Fix a bug in a previous checkin that broke 175.vpr
llvm-svn: 12128
This commit is contained in:
parent
c885697daa
commit
f21e7a75d6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user