From: Guoqi Chen Date: Tue, 4 Nov 2025 09:22:24 +0000 (+0800) Subject: cmd/compile: fix error message on loong64 X-Git-Tag: go1.26rc1~359 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f01a1841fd9aff9229b27e3e1d3b8b4ee349cbc3;p=gostls13.git 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 Reviewed-by: Michael Pratt Reviewed-by: Meidan Li Reviewed-by: sophie zhao Reviewed-by: Michael Knyszek --- diff --git a/src/cmd/compile/internal/loong64/ssa.go b/src/cmd/compile/internal/loong64/ssa.go index 5e55428283..84bbf9b394 100644 --- a/src/cmd/compile/internal/loong64/ssa.go +++ b/src/cmd/compile/internal/loong64/ssa.go @@ -692,7 +692,7 @@ func ssaGenValue(s *ssagen.State, v *ssa.Value) { // vs // 16 instructions in the 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.