]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: update ssa html help text
authorKeith Randall <khr@golang.org>
Tue, 11 Oct 2016 20:50:44 +0000 (13:50 -0700)
committerKeith Randall <khr@golang.org>
Wed, 12 Oct 2016 03:40:23 +0000 (03:40 +0000)
Update the description of the conditions under which highlighting might
be misleading.

Fixes #16754

Change-Id: I3078a09e0b9a76d12078352e15a3f26ba3f1bbee
Reviewed-on: https://go-review.googlesource.com/30818
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/html.go

index 18c3e232e0a3f858b90ff4a5381a6ca5e1436a3a..316fd2aa25412a878964665f558631baa2c2caae 100644 (file)
@@ -274,9 +274,10 @@ function toggle_visibility(id) {
 <div id="help">
 
 <p>
-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.)
 </p>
 
 <p>