]> Cypherpunks repositories - gostls13.git/commitdiff
6l: drop confusing comment
authorRuss Cox <rsc@golang.org>
Thu, 1 Jul 2010 19:51:00 +0000 (12:51 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 1 Jul 2010 19:51:00 +0000 (12:51 -0700)
R=ken2
CC=golang-dev
https://golang.org/cl/1693047

src/cmd/6l/optab.c

index c8aa0b52900d89948d8233ace3c07363131e611b..c729f0e233caf203102ae32b804ceb138f820658 100644 (file)
@@ -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 },