]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/asm/internal/asm: fix copy/paste errors in comment
authorMichael Munday <munday@ca.ibm.com>
Thu, 17 Nov 2016 17:26:36 +0000 (12:26 -0500)
committerMichael Munday <munday@ca.ibm.com>
Thu, 17 Nov 2016 17:40:30 +0000 (17:40 +0000)
Change-Id: I0249b60e340710bea7b6671c9b7405c278b037bd
Reviewed-on: https://go-review.googlesource.com/33351
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/asm/internal/arch/amd64.go

index 625e136d1db6a27c1d39518178c95159eb74968c..ff20d32daaa84284fea84d44cb00748d7400a55b 100644 (file)
@@ -13,8 +13,8 @@ import (
        "cmd/internal/obj/x86"
 )
 
-// IsAMD4OP reports whether the op (as defined by an ppc64.A* constant) is
-// The FMADD-like instructions behave similarly.
+// IsAMD4OP reports whether the op (as defined by an amd64.A* constant) is
+// a 4-operand instruction.
 func IsAMD4OP(op obj.As) bool {
        switch op {
        case x86.AVPERM2F128,