diff options
author | Russ Cox <rsc@golang.org> | 2010-07-01 12:51:00 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2010-07-01 12:51:00 -0700 |
commit | 32de5c228f33e6bcfef081d51da8263747a6c448 (patch) | |
tree | 10a7e2369187c3cecb1f7716a51534ceb7edffae /src | |
parent | e120ae7eb4a28861fb50a6534acefc5352f39865 (diff) | |
download | golang-32de5c228f33e6bcfef081d51da8263747a6c448.tar.gz |
6l: drop confusing comment
R=ken2
CC=golang-dev
http://codereview.appspot.com/1693047
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/6l/optab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/6l/optab.c b/src/cmd/6l/optab.c index c8aa0b529..c729f0e23 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 }, |