]> git.ipfire.org Git - thirdparty/valgrind.git/commit
When doing rlwinm in 64-bit mode, bind the intermediate 32-bit result
authorJulian Seward <jseward@acm.org>
Thu, 19 Oct 2006 03:01:09 +0000 (03:01 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 19 Oct 2006 03:01:09 +0000 (03:01 +0000)
commit27359f4ccb1204bd8596c99d33bf1a7835afa597
treeb3681a763c538f91a8308b499548318bd278e552
parentc56b943fd61549efc48171ee78228e2b4bf86e2a
When doing rlwinm in 64-bit mode, bind the intermediate 32-bit result
to a temporary so it is only computed once.  What's there currently
causes it to be computed twice.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1671
VEX/priv/guest-ppc/toIR.c