]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enforce strongly typed rules for ARM (1)
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Fri, 24 Apr 2020 05:17:33 +0000 (07:17 +0200)
committerKeith Randall <khr@golang.org>
Wed, 23 Sep 2020 19:51:27 +0000 (19:51 +0000)
commitc9551f9c198aac4ffbc7470755a0f66f071c30b8
treef4ded88934800a7cd879b09d66b00a85f6b6b6fe
parenta413908dd064de6e3ea5b8d95d707a532bd3f4c8
cmd/compile: enforce strongly typed rules for ARM (1)

Remove type casting in:
L731 - L764, L772, L780 - L781, L1014 - L1054, L1057 - L1068, L1195, L1199

Toolstack-check successful.

Change-Id: I80f90716477f269a227be28b14bf913b78ef375d
Reviewed-on: https://go-review.googlesource.com/c/go/+/228824
Run-TryBot: Giovanni Bajo <rasky@develer.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Trust: Giovanni Bajo <rasky@develer.com>
src/cmd/compile/internal/ssa/gen/ARM.rules
src/cmd/compile/internal/ssa/rewriteARM.go