]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: rename Etype to ctxType
authorMatthew Dempsky <mdempsky@google.com>
Fri, 6 Sep 2019 19:26:57 +0000 (12:26 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 6 Sep 2019 20:05:29 +0000 (20:05 +0000)
commit5e43856aa9c3d17c79688415b1347650d711744b
tree8db57e66479e2a1e1a3e885c0fea7b66bef71dbc
parent2da9c3e0f99b72cf8f3bdca01b57e7a68a546c5b
cmd/compile: rename Etype to ctxType

golang.org/cl/150140 renamed the other Efoo constants to ctxFoo, but
forgot about Etype.

gorename -from '"cmd/compile/internal/gc".Etype -to ctxType

Change-Id: I142dd42ca84a398f8d2316d75ead3331c023b820
Reviewed-on: https://go-review.googlesource.com/c/go/+/193958
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/closure.go
src/cmd/compile/internal/gc/dcl.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/swt.go
src/cmd/compile/internal/gc/typecheck.go