]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: use PutOpBytesLit in more places
authorIlya Tocar <ilya.tocar@intel.com>
Fri, 23 Mar 2018 19:37:20 +0000 (14:37 -0500)
committerIlya Tocar <ilya.tocar@intel.com>
Mon, 26 Mar 2018 18:20:18 +0000 (18:20 +0000)
commit3db3826a57ccb39c1e30fe70dc82f2a6c2785877
tree163cde43fd5ea2b82de97b162308ff8802862db4
parentf7404974daaf8f58af4d9c1fd504e81e7f0db0a2
cmd/internal/obj/x86: use PutOpBytesLit in more places

We already replaced most loops with PutOpBytesLit where possible,
do this in a last few places.

Change-Id: I8c90de017810145a12394fa6b887755e9111b22a
Reviewed-on: https://go-review.googlesource.com/102276
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/x86/asm6.go