fix bug in previous checkin
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jan 2004 22:54:56 +0000 (22:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jan 2004 22:54:56 +0000 (22:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10989 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/DataStructure.cpp

index 2a0dc998a0ebd294362e747d37733cb211dff5bd..036b0a11116e69e1981c867b7902fdde20c1705a 100644 (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