mirror of https://github.com/golang/go.git
cmd/internal/obj/x86: remove REGTMP
Nothing uses this. Change-Id: Ibc13066940bd2ea5c74d955a67f9dc531bef2758 Reviewed-on: https://go-review.googlesource.com/16344 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
4ff231bca1
commit
00f42437fd
|
|
@ -904,7 +904,6 @@ const (
|
|||
REGRET = REG_AX
|
||||
FREGRET = REG_X0
|
||||
REGSP = REG_SP
|
||||
REGTMP = REG_DI
|
||||
REGCTXT = REG_DX
|
||||
REGEXT = REG_R15 /* compiler allocates external registers R15 down */
|
||||
FREGMIN = REG_X0 + 5 /* first register variable */
|
||||
|
|
|
|||
Loading…
Reference in New Issue