]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: remove ctxt.Curp references
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 26 Mar 2017 04:09:16 +0000 (21:09 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 26 Mar 2017 14:38:19 +0000 (14:38 +0000)
commitc06679f7b5101781d6b8e36cf884568243b539ce
tree971263f7c97a1151fc1ce354ff7b6c2049bcface
parent214be5b302d6ae978064d7895c7dcd9b6c403421
cmd/internal/obj/x86: remove ctxt.Curp references

Empirically, p == ctxt.Curp here.
A scan of (the thousands of lines of) asm6.go
shows no clear opportunity for them to diverge.

Passes toolstash-check -all.

Updates #15756

Change-Id: I9f5ee9585a850fbe24be3b851d8fdc2c966c65ce
Reviewed-on: https://go-review.googlesource.com/38665
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/internal/obj/x86/asm6.go