mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: fix error message on loong64
Change-Id: I90428330b17ab9f93ae94a77cefc24464e225df5 Reviewed-on: https://go-review.googlesource.com/c/go/+/717700 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Meidan Li <limeidan@loongson.cn> Reviewed-by: sophie zhao <zhaoxiaolin@loongson.cn> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
8cf7a0b4c9
commit
f01a1841fd
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ func ssaGenValue(s *ssagen.State, v *ssa.Value) {
|
||||||
// vs
|
// vs
|
||||||
// 16 instructions in the straightline code
|
// 16 instructions in the straightline code
|
||||||
// Might as well use straightline code.
|
// Might as well use straightline code.
|
||||||
v.Fatalf("ZeroLoop size too small %d", n)
|
v.Fatalf("MoveLoop size too small %d", n)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Put iteration count in a register.
|
// Put iteration count in a register.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue