mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
2fb14138d4
This is a nearly 1:1 port of EliminateRedundantPhis to Rust, the algorithm is identical and all differences are superficial. There are few things missing (an invariant instead of a panic in one place, recursing into function expressions) but the Rust version is still going to end up shorter despite keeping all the comments.