mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
fix bug in previous checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b14487591
commit
352e31f572
@ -780,7 +780,6 @@ DSNodeHandle ReachabilityCloner::getClonedNH(const DSNodeHandle &SrcNH) {
|
||||
DSNode *DN = new DSNode(*SN, &Dest, true /* Null out all links */);
|
||||
DN->maskNodeTypes(BitsToKeep);
|
||||
NH.setNode(DN);
|
||||
NH.setOffset(SrcNH.getOffset());
|
||||
|
||||
// Next, recursively clone all outgoing links as necessary. Note that
|
||||
// adding these links can cause the node to collapse itself at any time, and
|
||||
|
Loading…
x
Reference in New Issue
Block a user