diff --git a/lib/frontend/src/ssa.rs b/lib/frontend/src/ssa.rs index 9c676ceb0b..0f896fa1c9 100644 --- a/lib/frontend/src/ssa.rs +++ b/lib/frontend/src/ssa.rs @@ -38,6 +38,7 @@ where { // Records for every variable and for every relevant block, the last definition of // the variable in the block. + // TODO: Consider a sparse representation rather than EntityMap-of-EntityMap. variables: EntityMap>>, // Records the position of the basic blocks and the list of values used but not defined in the // block.