CFLGraphBuilder::addNode() contains an assertion that will fail if the added node is not of pointer type. This may happen for landingpad instruction. I'm not sure if va_arg instruction could also have non-pointer type. To be safe I added a check there as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM