Commit e0942b76 authored by Michael Munday's avatar Michael Munday

cmd/asm/internal/asm: fix copy/paste errors in comment

Change-Id: I0249b60e340710bea7b6671c9b7405c278b037bd
Reviewed-on: https://go-review.googlesource.com/33351Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent afb0ae67
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment