-
- Downloads
Fixed bug: While finding allocation node, the code was assuming source of an
edge to be from parent node, whereas an edge from parent node has Entry node as its source. Hence the check SrcDFNode != PNode was always true. Changed to !SrcDFNode->isDummyNode()
Loading
Please register or sign in to comment