SSA graph construction
Hi Everyone,
I have been trying to build a SSA graph for a functionUnit usingfunctionUnit->SsaInfo->Build(); but I keep encountering
a Phoenix assertion failure. I want to build this graph so that I can access the definition instructions for the source operands for
certain instructions. Can someone please help me out with this?
Thanks a lot!

