]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm64: remove bogus omovlit return value check
authorJoel Sing <joel@sing.id.au>
Sat, 7 Jan 2023 07:36:38 +0000 (18:36 +1100)
committerJoel Sing <joel@sing.id.au>
Thu, 23 Feb 2023 06:08:12 +0000 (06:08 +0000)
commit8aa0175368ec8822f8bf14c89a5a2ba56dc4e0fa
treee0ed79e7cda94d12ce053a831fa16aee2e74c8c6
parent71c02bed6797d7844434d6044019b97332dd72e6
cmd/internal/obj/arm64: remove bogus omovlit return value check

omovlit never returns zero, so it does not make any sense to check for that.
Additionally, no other call site does this.

Change-Id: I5769dcdb557bed4ec4d727abe0869a1549fcf04c
Reviewed-on: https://go-review.googlesource.com/c/go/+/461136
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Eric Fang <eric.fang@arm.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/internal/obj/arm64/asm7.go