From: Julian Seward Date: Fri, 24 Aug 2012 16:47:27 +0000 (+0000) Subject: Remove now-redundant comment that should have been removed in r2475. X-Git-Tag: svn/VALGRIND_3_9_0^2~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e35c22d87f6280eaf3d946b58cdd6394c86020;p=thirdparty%2Fvalgrind.git Remove now-redundant comment that should have been removed in r2475. git-svn-id: svn://svn.valgrind.org/vex/trunk@2481 --- diff --git a/VEX/priv/guest_amd64_toIR.c b/VEX/priv/guest_amd64_toIR.c index 506b5331a9..1dcb74f3c8 100644 --- a/VEX/priv/guest_amd64_toIR.c +++ b/VEX/priv/guest_amd64_toIR.c @@ -11597,7 +11597,6 @@ Long dis_ESC_0F__SSE2 ( Bool* decode_OK, && (sz == 4 || /* ignore redundant REX.W */ sz == 8)) { modrm = getUChar(delta); if (epartIsReg(modrm)) { - /* fall through; awaiting test case */ putXMMReg( eregOfRexRM(pfx,modrm), getXMMReg( gregOfRexRM(pfx,modrm) )); DIP("movaps %s,%s\n", nameXMMReg(gregOfRexRM(pfx,modrm)),