mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/obj/loong64: remove case 17 in func asmout
There is no relative optab item case 17, remove it. Change-Id: I3ceaa3283c3641afafd46362737ff847a1d80665 Reviewed-on: https://go-review.googlesource.com/c/go/+/565617 Reviewed-by: abner chenc <chenguoqi@loongson.cn> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: abner chenc <chenguoqi@loongson.cn> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Qiqi Huang <huangqiqi@loongson.cn> Reviewed-by: sophie zhao <zhaoxiaolin@loongson.cn> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
0214749fef
commit
5ca7d4645f
1 changed files with 0 additions and 3 deletions
|
|
@ -1491,9 +1491,6 @@ func (c *ctxt0) asmout(p *obj.Prog, o *Optab, out []uint32) {
|
|||
o1 = OP_16IRR(c.opirr(p.As), uint32(v)&0x1f, uint32(r), uint32(p.To.Reg))
|
||||
}
|
||||
|
||||
case 17:
|
||||
o1 = OP_RRR(c.oprrr(p.As), uint32(REGZERO), uint32(p.From.Reg), uint32(p.To.Reg))
|
||||
|
||||
case 18: // jmp [r1],0(r2)
|
||||
r := int(p.Reg)
|
||||
if r == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue