Skip to content
Snippets Groups Projects
Commit 703f272d authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

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()
parent 886c149b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment