mark get_Block_irg inline to avoid warnings
[libfirm] / firmjni / testprograms / IfElseExample.java
index 6a63824..3378136 100644 (file)
@@ -120,8 +120,8 @@ class IfElseExample {
        /* Now we can mature the end block as all it's predecessors are known. */
        Ircons.matureImmBlock (Irgraph.getIrgEndBlock(irg));
 
-       Irvrfy.irgVrfy(irg);
-       Ircons.finalizeCons (irg);
+       Irvrfy.irgVerify(irg, Irvrfy.VRFY_NORMAL);
+       Irgraph.setIrgPhaseState (irg, Irgraph.phase_high);
 
        System.out.println("Done building the graph.  Optimizing it.");
        Irgopt.localOptimizeGraph(irg);