diff options
author | Cherry Zhang <cherryyz@google.com> | 2021-03-12 18:45:52 -0500 |
---|---|---|
committer | Cherry Zhang <cherryyz@google.com> | 2021-03-15 18:11:32 +0000 |
commit | c4190fc34dbfe8c7859a91b07ed31a33633d08df (patch) | |
tree | 04cf1214fc434f6f28ff02d8dc728fce70693cb2 /src/cmd/vendor/golang.org/x | |
parent | 8ac6544564be04ed1c0bbf7831ad0f8ed1f067ed (diff) | |
download | go-git-c4190fc34dbfe8c7859a91b07ed31a33633d08df.tar.gz |
cmd/compile: remove ARMv5 special case in register allocator
The register allocator has a special case that doesn't allocate
LR on ARMv5. This was necessary when softfloat expansion was done
by the assembler. Now softfloat calls are inserted by SSA, so it
works as normal. Remove this special case.
Change-Id: I5502f07597f4d4b675dc16b6b0d7cb47e1e8974b
Reviewed-on: https://go-review.googlesource.com/c/go/+/301792
Trust: Cherry Zhang <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'src/cmd/vendor/golang.org/x')
0 files changed, 0 insertions, 0 deletions