]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change.
authorJulian Seward <jseward@acm.org>
Fri, 22 Apr 2005 21:20:47 +0000 (21:20 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 22 Apr 2005 21:20:47 +0000 (21:20 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1135

VEX/priv/host-x86/isel.c

index 37bf943ed98c8b76220ce6e622b2b5813c5d8d95..7fc824dad2fce840702c1afedc07a68b3a450238 100644 (file)
 #include "host-generic/h_generic_simd64.h"
 #include "host-x86/hdefs.h"
 
-/* TODO 4 Feb 2005:
+/* TODO 21 Apr 2005:
 
-   -- Fill in load-case in iselIntExpr_RMI
+   -- (Really an assembler issue) don't emit CMov32 as a cmov
+      insn, since that's expensive on P4 and conditional branch
+      is cheaper if (as we expect) the condition is highly predictable
 
    -- preserve xmm registers across function calls (by declaring them
       as trashed by call insns)