]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: fix array case in types-for-register parameter
authorDavid Chase <drchase@google.com>
Tue, 23 Mar 2021 23:55:17 +0000 (19:55 -0400)
committerDavid Chase <drchase@google.com>
Wed, 24 Mar 2021 03:03:18 +0000 (03:03 +0000)
commit14ef2d8c0155b725226516bd2eeb804a70a95462
tree101d6854f1b939cf8b3c8c4d585879cd26f77388
parent87a3ac5f5328ea0a6169cfc44bdb081014fcd3ec
cmd/compile: fix array case in types-for-register parameter

Corrected typo/thinko.

We should keep the test for this, but it doesn't run yet because of reflection
as far as I know (but I am not testing w/ GOEXPERIMENT).

See https://github.com/golang/go/issues/44816#issuecomment-805297295

Updates #40724
Updates #44816

Change-Id: Ia12d0d4db00a8ec7174e72de460173876bd17874
Reviewed-on: https://go-review.googlesource.com/c/go/+/304233
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/abi/abiutils.go