]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/internal/obj/arm64: remove unncessary class check in addpool
authoreric fang <eric.fang@arm.com>
Tue, 12 Jan 2021 02:45:46 +0000 (02:45 +0000)
committereric fang <eric.fang@arm.com>
Thu, 4 Mar 2021 01:37:43 +0000 (01:37 +0000)
commit775f11cda1d30f3f9778e737c2280cfe28ead1b4
treeb134f8d1d356dfd41ac9b770741888fb28489d5f
parent27dbc4551a37a48cf7c020db0aeac6f2841883dc
cmd/internal/obj/arm64: remove unncessary class check in addpool

The argument class check in addpool is unnecessary, remove it so that we don't
need to list all the compatiable classes.

Change-Id: I36f6594db35e25db22fe898273e024c2db4cb771
Reviewed-on: https://go-review.googlesource.com/c/go/+/283492
Trust: eric fang <eric.fang@arm.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/arm64/asm7.go