mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Fix a bug in a previous checkin that broke 175.vpr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3aeb40cadb
commit
4ab483c6ad
@ -222,5 +222,5 @@ void CompleteBUDataStructures::processGraph(DSGraph &G) {
|
|||||||
|
|
||||||
// Delete dead nodes. Treat globals that are unreachable but that can
|
// Delete dead nodes. Treat globals that are unreachable but that can
|
||||||
// reach live nodes as live.
|
// reach live nodes as live.
|
||||||
G.removeDeadNodes(DSGraph::RemoveUnreachableGlobals);
|
G.removeDeadNodes(DSGraph::KeepUnreachableGlobals);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user