]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: check frame offsets against abi"
authorBryan C. Mills <bcmills@google.com>
Mon, 1 Mar 2021 14:43:24 +0000 (14:43 +0000)
committerBryan C. Mills <bcmills@google.com>
Mon, 1 Mar 2021 15:24:01 +0000 (15:24 +0000)
commita400eb3261ee3798e0715d2ba6a4083abe59150a
treeb1458b0d714c3fc491e2eef32681588aa3bf4af9
parent5fafc0bbd4819578e58e5b9163981b0074ab0b01
Revert "cmd/compile: check frame offsets against abi"

This reverts CL 293392.

Reason for revert: broke most non-x86 builders

Fixes #44675

Change-Id: I1e815c3ab27a02e83a2f0d221a617909dd021403
Reviewed-on: https://go-review.googlesource.com/c/go/+/297549
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/compile/internal/abi/abiutils.go
src/cmd/compile/internal/gc/compile.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/test/abiutilsaux_test.go