aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/mips
diff options
context:
space:
mode:
authorIskander Sharipov <quasilyte@gmail.com>2019-01-31 13:00:51 +0300
committerIskander Sharipov <quasilyte@gmail.com>2019-05-05 08:09:30 +0000
commit12e63226b97433bdb283bdb732cc189101e7fc7f (patch)
treeec4f162c8d1167469453253bf6d5c990e53e6ea9 /src/cmd/internal/obj/mips
parent170b8b4b12be50eeccbcdadb8523fb4fc670ca72 (diff)
downloadgo-12e63226b97433bdb283bdb732cc189101e7fc7f.tar.xz
all: remove commented-out print statements
Those print statements are not a good debug helpers and only clutter the code. Change-Id: Ifbf450a04e6fa538af68e6352c016728edb4119a Reviewed-on: https://go-review.googlesource.com/c/go/+/160537 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Diffstat (limited to 'src/cmd/internal/obj/mips')
-rw-r--r--src/cmd/internal/obj/mips/asm0.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/internal/obj/mips/asm0.go b/src/cmd/internal/obj/mips/asm0.go
index c08d97a9aa..77aa24a4f6 100644
--- a/src/cmd/internal/obj/mips/asm0.go
+++ b/src/cmd/internal/obj/mips/asm0.go
@@ -722,8 +722,6 @@ func (c *ctxt0) oplook(p *obj.Prog) *Optab {
a2 = C_REG
}
- //print("oplook %P %d %d %d\n", p, a1, a2, a3);
-
ops := oprange[p.As&obj.AMask]
c1 := &xcmp[a1]
c3 := &xcmp[a3]