]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: remove unused VEX constants
authorisharipo <iskander.sharipov@intel.com>
Wed, 4 Apr 2018 21:21:13 +0000 (00:21 +0300)
committerIlya Tocar <ilya.tocar@intel.com>
Thu, 5 Apr 2018 16:22:03 +0000 (16:22 +0000)
commitcefbf302de18332c6145ea49598a003083dd2c23
treec4c1602105b07e20038acfbd9bd124d0b70ab9d2
parent20cf5c49623530b9f4511fceae7f2ca8c0a29809
cmd/internal/obj/x86: remove unused VEX constants

VEX constants were used when instructions were added by hand.
Now all VEX-encoded instructions are auto-generated by x86avxgen,
so there is no need for those anymore.

Change-Id: Ida63e5e23a8b819b15f61ac98980dec45a21617c
Reviewed-on: https://go-review.googlesource.com/104775
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
src/cmd/internal/obj/x86/asm6.go