From 285312a05cdaaadad93878f693c6cc90a02ca902 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 1 Jul 2010 12:51:00 -0700 Subject: [PATCH] 6l: drop confusing comment R=ken2 CC=golang-dev https://golang.org/cl/1693047 --- src/cmd/6l/optab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/6l/optab.c b/src/cmd/6l/optab.c index c8aa0b5290..c729f0e233 100644 --- a/src/cmd/6l/optab.c +++ b/src/cmd/6l/optab.c @@ -792,7 +792,7 @@ Optab optab[] = { AMOVLPD, yxmov, Pe, 0x12,0x13 }, { AMOVLPS, yxmov, Pm, 0x12,0x13 }, { AMOVLQSX, yml_rl, Pw, 0x63 }, - { AMOVLQZX, yml_rl, Px, 0x8b }, /* not 0x63 - MOVL (0x8b) is more widely understood and has same effect */ + { AMOVLQZX, yml_rl, Px, 0x8b }, { AMOVMSKPD, yxrrl, Pq, 0x50 }, { AMOVMSKPS, yxrrl, Pm, 0x50 }, { AMOVNTO, yxr_ml, Pe, 0xe7 }, -- 2.50.0