]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm64: remove spurious assignments with OR
authorJoel Sing <joel@sing.id.au>
Sun, 8 Jan 2023 17:31:47 +0000 (04:31 +1100)
committerJoel Sing <joel@sing.id.au>
Thu, 23 Feb 2023 06:07:52 +0000 (06:07 +0000)
commit71c02bed6797d7844434d6044019b97332dd72e6
treebe9761d3eb4382564817369857a2b05d492d53bf
parente7cfcda67d430a6e3cf4e8dfef27416870a2b007
cmd/internal/obj/arm64: remove spurious assignments with OR

Use = rather than |= when assigning to an op variable.

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