From: Julian Seward Date: Sat, 26 Jan 2013 11:39:13 +0000 (+0000) Subject: Fix incorrect comment. X-Git-Tag: svn/VALGRIND_3_9_0^2~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ac01595f220cf229b6450d20c5c06206b6359f4;p=thirdparty%2Fvalgrind.git Fix incorrect comment. git-svn-id: svn://svn.valgrind.org/vex/trunk@2663 --- diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index 8b992d365d..c432b732a3 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -1487,7 +1487,7 @@ typedef /* MISC CONVERSION -- get high bits of each byte lane, a la x86/amd64 pmovmskb */ - Iop_GetMSBs8x16, /* V64 -> I16 */ + Iop_GetMSBs8x16, /* V128 -> I16 */ /* Vector Reciprocal Estimate and Vector Reciprocal Square Root Estimate See floating-point equiwalents for details. */