1
0
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:
Chris Lattner 2004-01-27 22:54:56 +00:00
parent 3bd20c5114
commit b0d7b564dd

View File

@ -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