Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses breadth-first node walking in TypeAnalyzer::basicRun()
For correct inference of the parallel paths in a graph it is critical to perform traverse breadth-first. Otherwise, phi nodes may have their incomings undefined. Issue: #17 Issue: #92
- Loading branch information