Add missing files to Makefile.am.
[libfirm] / firmjni / testprograms / Empty.java
index 895b53d..21bfea4 100644 (file)
@@ -74,8 +74,8 @@ class Empty {
        Ircons.matureImmBlock (Irgraph.getIrgEndBlock(irg));
 
        /* Verify the graph.  Finds some very bad errors in the graph. */
-       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.  Dumping it.");
        Irdump.dumpIrBlockGraph (irg, "");