1
Fork 0

Remove an out-of-date comment.

The part about zero-sized structures is totally wrong. The rest of
it has almost no explanatory value; there are better explanations in
comments elsewhere.
This commit is contained in:
Nicholas Nethercote 2024-12-09 10:04:27 +11:00
parent db760e27fd
commit b59c4dc261

View file

@ -1,7 +1,3 @@
//! Dataflow analyses are built upon some interpretation of the
//! bitvectors attached to each basic block, represented via a
//! zero-sized structure.
mod borrowed_locals;
mod initialized;
mod liveness;