Skip to content

Commit f01a184

Browse files
committed
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>
1 parent 8cf7a0b commit f01a184

File tree

1 file changed

+1
-1
lines changed
  • src/cmd/compile/internal/loong64

1 file changed

+1
-1
lines changed

src/cmd/compile/internal/loong64/ssa.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ func ssaGenValue(s *ssagen.State, v *ssa.Value) {
692692
// vs
693693
// 16 instructions in the straightline code
694694
// Might as well use straightline code.
695-
v.Fatalf("ZeroLoop size too small %d", n)
695+
v.Fatalf("MoveLoop size too small %d", n)
696696
}
697697

698698
// Put iteration count in a register.

0 commit comments

Comments
 (0)