]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add specialisation rules to simplify the IR for 'testl .. ; js ..',
authorJulian Seward <jseward@acm.org>
Sat, 13 May 2006 23:08:06 +0000 (23:08 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 13 May 2006 23:08:06 +0000 (23:08 +0000)
commitc26b8fe19569b0e431dc31e5b2b05f509025519d
tree6131bd224843cc11bc5f383a95a2913fca4ed181
parentf69144316b296f2324cb68e21d5467244940055a
Add specialisation rules to simplify the IR for 'testl .. ; js ..',
'testw .. ; js ..' and 'testb .. ; js ..'.  This gets rid of a bunch of
false errors in Memcheck of the form

==2398== Conditional jump or move depends on uninitialised value(s)
==2398==    at 0x6C51B61: KHTMLPart::clear() (khtml_part.cpp:1370)
==2398==    by 0x6C61A72: KHTMLPart::begin(KURL const&, int, int)
                          (khtml_part.cpp:1881)

(KDE 3.5.2 compiled by gcc-4.0.2, -g -O).

git-svn-id: svn://svn.valgrind.org/vex/trunk@1616
VEX/priv/guest-x86/ghelpers.c