]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of gccgosizes.go
authorRobert Griesemer <gri@golang.org>
Tue, 27 Oct 2020 18:40:00 +0000 (11:40 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 27 Oct 2020 23:30:35 +0000 (23:30 +0000)
Except for the package name, this file is unchanged from the go/types version.

f=gccgosizes.go; diff $f ../../../../go/types/$f
8c8
< package types2
---
> package types

Change-Id: I23a8432f3e6f21eec8220f89a24df26e91ad41ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/265697
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/gccgosizes.go

index d3c79745a2cb9635b77668d0ad5390e6c5429f09..05aba5347291b34c8154476d55c6cd8852d5106c 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2019 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.