]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa: fix bad CL rebase
authorMatthew Dempsky <mdempsky@google.com>
Tue, 26 Feb 2019 23:52:59 +0000 (15:52 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 27 Feb 2019 00:13:19 +0000 (00:13 +0000)
commite5fb1c6d7ad0f7308d520b18d745e130b32af083
tree8d0128adee18fd1fb2973eb99559321a0da4ad65
parenta73abca37bcdc4016ccf98754c68f21e7abc8c0e
cmd/compile/internal/ssa: fix bad CL rebase

CL 142497 renamed "statictmp_N" to ".stmp_N", but missed an instance
that was added by CL 151498 (submitted between the window that CL
142497 was reviewed/tested and later rebased/merged).

Change-Id: I597ee59dfa40821c7af2881b47e06f84a8140ec8
Reviewed-on: https://go-review.googlesource.com/c/163877
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/writebarrier.go