]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: stop removing NOPs from instruction stream
authorKeith Randall <khr@golang.org>
Sat, 15 Aug 2020 15:08:37 +0000 (08:08 -0700)
committerKeith Randall <khr@golang.org>
Thu, 20 Aug 2020 01:12:34 +0000 (01:12 +0000)
commit46ca7b5ee2a8582736f1ddac27d8660e1104c345
tree77aa6865ac09a55a63362a7d6edd5780a87eff68
parentb0cc02e8c2bdba5401838d9d70a859191af9bfa5
cmd/internal/obj: stop removing NOPs from instruction stream

This has already been done for s390x, ppc64. This CL is for
all the other architectures.

Fixes #40796

Change-Id: Idd1816e057df63022d47e99fa06617811d8c8489
Reviewed-on: https://go-review.googlesource.com/c/go/+/248684
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/arm/asm5.go
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/arm64/asm7.go
src/cmd/internal/obj/arm64/obj7.go
src/cmd/internal/obj/mips/asm0.go
src/cmd/internal/obj/mips/obj0.go