]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move racewalk comment to walk/race.go
authorAustin Clements <austin@google.com>
Fri, 7 Jul 2023 21:06:23 +0000 (17:06 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 21 Aug 2023 20:20:03 +0000 (20:20 +0000)
commite7a1eb066bf6b2e349eeb875ec46561c6928a284
tree4c439a37f16c810fa875cd42b3a8f6ebbdff94ed
parent01cad815a1c3c48d54b3cbbfc9f599f5f91918fe
cmd/compile: move racewalk comment to walk/race.go

This comment got left behind in some refactoring and now refers to
code "below" that is no longer below. Move it to be with the code it's
referring to.

Change-Id: I7f7bf0cf8b22c1f6e05ff12b8be71d18fb3359d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/521177
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Austin Clements <austin@google.com>
TryBot-Bypass: Austin Clements <austin@google.com>
src/cmd/compile/internal/base/base.go
src/cmd/compile/internal/walk/race.go