Mucho x86 instruction selector hacking.


git-svn-id: svn://svn.valgrind.org/vex/trunk@90 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/main/vex_main.c b/priv/main/vex_main.c
index fd8aec4..64189dc 100644
--- a/priv/main/vex_main.c
+++ b/priv/main/vex_main.c
@@ -139,13 +139,14 @@
       return TransAccessFail;
    }
    sanityCheckIRBB(irbb, Ity_I32);
-return TransOK;
+
    /* Get the thing instrumented. */
    if (instrument)
       irbb = (*instrument)(irbb);
 
    /* Turn it into virtual-registerised code. */
    vcode = iselBB ( irbb );
+return TransOK;
 
    vex_printf("\n-------- Virtual registerised code --------\n");
    for (i = 0; i < vcode->arr_used; i++) {