diff --git a/src/cmd/compile/internal/ssa/html.go b/src/cmd/compile/internal/ssa/html.go index e98c5dc46002d..d554907bebe54 100644 --- a/src/cmd/compile/internal/ssa/html.go +++ b/src/cmd/compile/internal/ssa/html.go @@ -142,13 +142,13 @@ dd.ssa-prog { `) - // TODO: Add javascript click handlers for blocks - // to outline that block across all phases w.WriteString("") w.WriteString("

") w.WriteString(html.EscapeString(name))