aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/export_test.go
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2017-11-06 14:50:30 -0800
committerMatthew Dempsky <mdempsky@google.com>2018-10-04 04:08:08 +0000
commit62e5215a2a12d95d1ce08cb6c996c3667e346779 (patch)
tree8426b8d24b2d1a377aac01b63867dfe483626a6f /src/cmd/compile/internal/ssa/export_test.go
parentd397d4bffc0fa917fa53970ded4b4d3524f88a5b (diff)
downloadgo-62e5215a2a12d95d1ce08cb6c996c3667e346779.tar.gz
go-62e5215a2a12d95d1ce08cb6c996c3667e346779.zip
cmd/compile: merge TPTR32 and TPTR64 as TPTR
Change-Id: I0490098a7235458c5aede1135426a9f19f8584a7 Reviewed-on: https://go-review.googlesource.com/c/76312 Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/ssa/export_test.go')
-rw-r--r--src/cmd/compile/internal/ssa/export_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/ssa/export_test.go b/src/cmd/compile/internal/ssa/export_test.go
index 5832050a8a..9c776d4b16 100644
--- a/src/cmd/compile/internal/ssa/export_test.go
+++ b/src/cmd/compile/internal/ssa/export_test.go
@@ -163,7 +163,6 @@ func init() {
}
types.Dowidth = func(t *types.Type) {}
- types.Tptr = types.TPTR64
for _, typ := range [...]struct {
width int64
et types.EType