Commit 00f42437 authored by Michael Hudson-Doyle's avatar Michael Hudson-Doyle

cmd/internal/obj/x86: remove REGTMP

Nothing uses this.

Change-Id: Ibc13066940bd2ea5c74d955a67f9dc531bef2758
Reviewed-on: https://go-review.googlesource.com/16344Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 4ff231bc
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment