Skip to content

Commit f3606b0

Browse files
sophie-zhaoabner-chenc
authored andcommitted
cmd/compile/internal/ssa: fix typo in LOONG64Ops.go comment
Change-Id: I680bae7fc1a26c1f249ab833fa8d41e9387b2d50 Reviewed-on: https://go-review.googlesource.com/c/go/+/693456 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Mark Freeman <[email protected]> Reviewed-by: abner chenc <[email protected]>
1 parent ee7bb89 commit f3606b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ func init() {
589589
{name: "FPT", controls: 1}, // FP flag is true
590590
{name: "FPF", controls: 1}, // FP flag is false
591591
{name: "BEQ", controls: 2}, // controls[0] == controls[1]
592-
{name: "BNE", controls: 2}, // controls[0] == controls[1]
592+
{name: "BNE", controls: 2}, // controls[0] != controls[1]
593593
{name: "BGE", controls: 2}, // controls[0] >= controls[1]
594594
{name: "BLT", controls: 2}, // controls[0] < controls[1]
595595
{name: "BGEU", controls: 2}, // controls[0] >= controls[1], unsigned

0 commit comments

Comments
 (0)