diff --git a/src/cmd/compile/internal/ssa/html.go b/src/cmd/compile/internal/ssa/html.go index 18c3e232e0..316fd2aa25 100644 --- a/src/cmd/compile/internal/ssa/html.go +++ b/src/cmd/compile/internal/ssa/html.go @@ -274,9 +274,10 @@ function toggle_visibility(id) {

-Click on a value or block to toggle highlighting of that value/block and its uses. -Values and blocks are highlighted by ID, which may vary across passes. -(TODO: Fix this.) +Click on a value or block to toggle highlighting of that value/block +and its uses. (Values and blocks are highlighted by ID, and IDs of +dead items may be reused, so not all highlights necessarily correspond +to the clicked item.)