diff --git a/src/cmd/asm/internal/arch/amd64.go b/src/cmd/asm/internal/arch/amd64.go index 625e136d1db..ff20d32daaa 100644 --- a/src/cmd/asm/internal/arch/amd64.go +++ b/src/cmd/asm/internal/arch/amd64.go @@ -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,