From: Michael Hudson-Doyle Date: Tue, 27 Oct 2015 03:30:32 +0000 (+1300) Subject: cmd/internal/obj/x86: remove REGTMP X-Git-Tag: go1.6beta1~708 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=00f42437fdc68684f36412243adc1c1458369f0e;p=gostls13.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 --- diff --git a/src/cmd/internal/obj/x86/a.out.go b/src/cmd/internal/obj/x86/a.out.go index 7d002e9fc3..108ca6a289 100644 --- a/src/cmd/internal/obj/x86/a.out.go +++ b/src/cmd/internal/obj/x86/a.out.go @@ -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 */