mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
style(comments): remove decorative comment borders across files for consistency and cleaner code structure
This commit is contained in:
parent
321d0a61ab
commit
879f965379
39 changed files with 16 additions and 379 deletions
|
|
@ -315,11 +315,9 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
// ─────────────────────────────────────────────────────────────────
|
||||
// Skip-conditions: copy-prop must NOT erase semantic info attached
|
||||
// to a copy's CFG node. These guard the three early-exits in
|
||||
// `copy_propagate`: labels, numeric-length, and string_prefix.
|
||||
// ─────────────────────────────────────────────────────────────────
|
||||
|
||||
/// Build a single-block SSA body containing
|
||||
/// v0 = Const, v1 = Assign(v0)
|
||||
|
|
|
|||
|
|
@ -2227,9 +2227,7 @@ fn rename_variables(
|
|||
)
|
||||
}
|
||||
|
||||
// ─────────────────────────────────────────────────────────────────────────────
|
||||
// Debug invariant checkers
|
||||
// ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
/// Verify BFS block ordering: every non-entry, non-orphan block must have at
|
||||
/// least one predecessor with a smaller block ID.
|
||||
|
|
@ -3532,9 +3530,7 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
// ─────────────────────────────────────────────────────────────────
|
||||
// FieldProj chain lowering tests
|
||||
// ─────────────────────────────────────────────────────────────────
|
||||
//
|
||||
// These tests pin the contract that `try_lower_field_proj_chain`
|
||||
// emits a `FieldProj` chain for chained-receiver method calls
|
||||
|
|
@ -4370,11 +4366,9 @@ mod tests {
|
|||
);
|
||||
}
|
||||
|
||||
// ─────────────────────────────────────────────────────────────────
|
||||
// SSA edge cases: loop induction, multi-variable phis, multiple
|
||||
// returns, switch-cases, and shadowing. These plug holes in the
|
||||
// dominator-frontier / variable-renaming coverage.
|
||||
// ─────────────────────────────────────────────────────────────────
|
||||
|
||||
/// Loop induction variable: `x = x + 1` inside a loop is the
|
||||
/// canonical SSA challenge, the body uses `x` then redefines it,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue