Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brmataptos committed Mar 12, 2024
1 parent c09ecca commit 29a3d7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/move/move-compiler-v2/src/ast_simplifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
//!
//! More details:
//! - Do flow-insensitive constant propagation:
//! - identify "possibly modified" symbols which may have more than one value
//! - identify "possibly modified" symbols which may have more than one value,
//! or may have their value moved (possibly leaving none)
//! - for safe symbols whose value is a constant value, propagate
//! the value to the use site to enable simplifying code:
//! - inline a constant value
Expand Down

0 comments on commit 29a3d7d

Please sign in to comment.