]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove tempname usages
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 6 Sep 2019 10:55:35 +0000 (17:55 +0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 6 Sep 2019 16:59:11 +0000 (16:59 +0000)
commitd535501a8eefcb998b56e93f50a0fda9204d4721
tree9b75a45380598ee6570db74161ba62a5898bce4f
parentb1a20253fe8a1f099a23735c9a613b433df67261
cmd/compile: remove tempname usages

CL 59610 merged tempname to tempAt, but some of comments and error
message still refer to tempname. So changing to tempAt instead.

Change-Id: I032f3bedc135d17124b0daaf22c97d0d5ada0a6f
Reviewed-on: https://go-review.googlesource.com/c/go/+/193817
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/gen.go
src/cmd/compile/internal/gc/walk.go