Skip to content

Commit

Permalink
Unrolled build for rust-lang#132347
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#132347 - nnethercote:rm-ValueAnalysisWrapper, r=cjgillot

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.

r? `@cjgillot`
  • Loading branch information
rust-timer authored Oct 31, 2024
2 parents c8b8378 + 846e20c commit 4769b8b
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 474 deletions.
Loading

0 comments on commit 4769b8b

Please sign in to comment.