]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update comment.
authorJulian Seward <jseward@acm.org>
Thu, 5 May 2005 12:04:14 +0000 (12:04 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 5 May 2005 12:04:14 +0000 (12:04 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1160

VEX/priv/guest-x86/toIR.c

index 6d41c537efefcfc546c3f4336d377cd273fb8ea5..1cddaaf723a94451b44e4f4c9faf083956bb3dcc 100644 (file)
 */
 
 /* TODO:
-   SBB reg with itself (copy from amd64 front end)
+
+   Check the following.  It afflicts the amd64 front end, not sure if
+   applicable here: MOVQ (sse) is wrong wrt is the upper half zeroed
+   or not?  It always should be if dst is a reg; not quite the same as
+   MOVSD.
 
    check flag settings for cmpxchg
    FUCOMI(P): what happens to A and S flags?  Currently are forced
@@ -77,8 +81,7 @@
    The delta values are 32-bit ints, not 64-bit ints.  That means
    this module may not work right if run on a 64-bit host.  That should
    be fixed properly, really -- if anyone ever wants to use Vex to
-   translate x86 code for execution on a 64-bit host.
-*/
+   translate x86 code for execution on a 64-bit host.  */
 
 /* Performance holes: