]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: remove redundant code (fix TODO)
authorisharipo <iskander.sharipov@intel.com>
Fri, 6 Apr 2018 19:22:03 +0000 (22:22 +0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 9 Apr 2018 19:10:00 +0000 (19:10 +0000)
commit67cc1af133a2917e8f6ef4bd08b1251695fd2346
tree9656a64cc2853d8f8cf1ee80001413f9a518e12c
parentc90e0504c004cbd891a7ceda67b5e0bc132bc8d5
cmd/internal/obj/x86: remove redundant code (fix TODO)

Special cases described in TODO comments are
fixed in https://golang.org/cl/6901.

One of those blocks was needed until old 6a assembler was removed.
This happened in https://golang.org/cl/12784.

Fixes #24734 (Also contains more details and reasoning)

Change-Id: If1f2f155d36ab236b16ae6f309a0716e00aa6371
Reviewed-on: https://go-review.googlesource.com/105156
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/x86/asm6.go