]> Cypherpunks repositories - gostls13.git/commit
cmd/asm/internal/arch: improve the comment of function IsMIPSMUL
authorsmileeye <franksnolf@gmail.com>
Tue, 9 Apr 2019 14:47:38 +0000 (22:47 +0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 10 Apr 2019 14:39:34 +0000 (14:39 +0000)
commit607493bed678cbf3a456e9de8e7e74622ec83da8
tree5dc04e9e4e7e839fdd05dad0752593b61c294d10
parenteddb41eb2cb7699f3515a229ff069ca914c7c879
cmd/asm/internal/arch: improve the comment of function IsMIPSMUL

The check of MADD&MSUB was added to the function IsMIPSMUL in
a previous commit, and the comments should also be updated.

Change-Id: I2d3da055d55b459b908714c542dff99ab5c6cf99
Reviewed-on: https://go-review.googlesource.com/c/go/+/171102
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/asm/internal/arch/mips.go