diff options
| author | Cherry Mui <cherryyz@google.com> | 2021-09-22 13:23:47 -0400 |
|---|---|---|
| committer | Cherry Mui <cherryyz@google.com> | 2021-09-22 19:37:42 +0000 |
| commit | 5b75a9b2c3078ab2ef8398c47be5b30ea02c03d3 (patch) | |
| tree | 7e48baaa3af91d65a874f833b666c2486ac1865d /src/cmd/compile/internal/staticdata/data.go | |
| parent | 1e5774889212bdaff5d061b2a45cd0093a291b44 (diff) | |
| download | go-5b75a9b2c3078ab2ef8398c47be5b30ea02c03d3.tar.xz | |
cmd/compile: update comments with ABI aliases/wrappers
ABI aliases are gone.
Change-Id: I0f5676d8730cac14b7495dd6c0c1e08ca85a1c77
Reviewed-on: https://go-review.googlesource.com/c/go/+/351531
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'src/cmd/compile/internal/staticdata/data.go')
| -rw-r--r-- | src/cmd/compile/internal/staticdata/data.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/staticdata/data.go b/src/cmd/compile/internal/staticdata/data.go index f25d8d8ec5..57c15a34a0 100644 --- a/src/cmd/compile/internal/staticdata/data.go +++ b/src/cmd/compile/internal/staticdata/data.go @@ -279,7 +279,7 @@ func NeedFuncSym(fn *ir.Func) { // entry points, so it doesn't make sense to create a // funcsym for other ABIs. // - // (If we're using ABI aliases, it doesn't matter.) + // (If we're not using ABI wrappers, it doesn't matter.) base.Fatalf("expected ABIInternal: %v has %v", fn.Nname, fn.ABI) } if ir.IsBlank(fn.Nname) { |
