]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/mips: add a flag field to Optab
authorCherry Zhang <cherryyz@google.com>
Mon, 28 Oct 2019 18:41:49 +0000 (14:41 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 5 Nov 2019 03:42:29 +0000 (03:42 +0000)
commit9a0a82445650eebedf5633fdfe6e73b5836dc5c9
tree6642e9f0be6bce422d614f2130f45d6c3f1d7096
parent11db7e44692a2389b7e9bc2e157b363cf7be5ed8
cmd/internal/obj/mips: add a flag field to Optab

The flag field will be used for marking unsafe points. This CL
just adds the field, not doing anything with it. The next CL will
make use of it. This is for making the diff simpler.

Change-Id: I6ff5406ba2e53ae8a882184733d88482a2ca8e2a
Reviewed-on: https://go-review.googlesource.com/c/go/+/203938
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/internal/obj/mips/asm0.go