mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
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 <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <markfreeman@google.com> Reviewed-by: abner chenc <chenguoqi@loongson.cn>
This commit is contained in:
parent
ee7bb8969a
commit
f3606b0825
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ func init() {
|
|||
{name: "FPT", controls: 1}, // FP flag is true
|
||||
{name: "FPF", controls: 1}, // FP flag is false
|
||||
{name: "BEQ", controls: 2}, // controls[0] == controls[1]
|
||||
{name: "BNE", controls: 2}, // controls[0] == controls[1]
|
||||
{name: "BNE", controls: 2}, // controls[0] != controls[1]
|
||||
{name: "BGE", controls: 2}, // controls[0] >= controls[1]
|
||||
{name: "BLT", controls: 2}, // controls[0] < controls[1]
|
||||
{name: "BGEU", controls: 2}, // controls[0] >= controls[1], unsigned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue