]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove regabi magic names
authorCherry Mui <cherryyz@google.com>
Fri, 18 Mar 2022 21:02:52 +0000 (17:02 -0400)
committerCherry Mui <cherryyz@google.com>
Mon, 21 Mar 2022 14:46:56 +0000 (14:46 +0000)
commit3f8a6941553ae007638335cb6af0b6a702adf64f
tree97f79dadded9029fa3ffaf7966c76873fa845241
parent7eaad60737bc507596c56cec4951b089596ccc9e
cmd/compile: remove regabi magic names

When developing register ABI, for early testing the compiler
recognized a few magic names to trigger enabling register ABI.
After the development it is disabled (changed to a name that
cannot be spelled in the source code). Later in the development of
register ABI for ARM64 and PPC64, I don't think the magic names
were used. I think they can now be removed.

Keep the magic pragma for now in case it helps development.

Change-Id: Icbc34e2786a80fd8fffe4a464c569dc03a54cd09
Reviewed-on: https://go-review.googlesource.com/c/go/+/393877
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssagen/ssa.go