]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: prepare for package ir
authorRuss Cox <rsc@golang.org>
Mon, 16 Nov 2020 17:18:09 +0000 (12:18 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2020 15:07:48 +0000 (15:07 +0000)
commit228b732ad988a457c0f3d42f6aeb0fe338a5c4ec
tree503372aef6bc1673a76e3b1389b5e1603648ba15
parente37597f7f0ad0be32d854c9b7b3556009b728538
[dev.regabi] cmd/compile: prepare for package ir

The next CL will introduce a package ir to hold the IR definitions.
This CL adjusts a few names and makes a few other minor changes
to make the next CL - an automated one - smoother.

Change-Id: Ie787a34732efd5b3d171bf0c1220b6dd91994ce3
Reviewed-on: https://go-review.googlesource.com/c/go/+/272251
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/escape.go
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/iimport.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/typecheck.go