mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
fix bug in previous checkin
llvm-svn: 10989
This commit is contained in:
parent
3bd20c5114
commit
b0d7b564dd
@ -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…
Reference in New Issue
Block a user