Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
ValueAnalysis
and ValueAnalysisWrapper
.
They represent a lot of abstraction and indirection, but they're only used for `ConstAnalysis`, and apparently won't be used for any other analyses in the future. This commit inlines and removes them, which makes `ConstAnalysis` easier to read and understand.
- Loading branch information