]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove debug hack accidentally committed in 829549ae33cf40d553e26df28e5cc1e914068c1c...
authorJulian Seward <jseward@acm.org>
Tue, 26 Sep 2017 15:44:58 +0000 (17:44 +0200)
committerJulian Seward <jseward@acm.org>
Tue, 26 Sep 2017 15:44:58 +0000 (17:44 +0200)
VEX/priv/main_main.c

index a42e6792e4a92b82df14e3ea50fcc4987d857646..8caaca26e2121f68f95f73ef3167630589cf0996 100644 (file)
@@ -678,7 +678,7 @@ IRSB* LibVEX_FrontEnd ( /*MOD*/ VexTranslateArgs* vta,
                        True/*must be flat*/, guest_word_type );
 
    /* Do a post-instrumentation cleanup pass. */
-   if (1 || vta->instrument1 || vta->instrument2) {
+   if (vta->instrument1 || vta->instrument2) {
       do_deadcode_BB( irsb );
       irsb = cprop_BB( irsb );
       do_deadcode_BB( irsb );