]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj/x86: remove REGTMP
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 27 Oct 2015 03:30:32 +0000 (16:30 +1300)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 27 Oct 2015 03:48:21 +0000 (03:48 +0000)
Nothing uses this.

Change-Id: Ibc13066940bd2ea5c74d955a67f9dc531bef2758
Reviewed-on: https://go-review.googlesource.com/16344
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/internal/obj/x86/a.out.go

index 7d002e9fc333ded1db15904f04f2faff7721d660..108ca6a289eb51013062fc4150af428303d06578 100644 (file)
@@ -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 */