X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=firmjni%2Ftestprograms%2FEmpty.java;h=21bfea46cd68d0a22b90be0515653d2bb213c99b;hb=e8fcf40ca9e0b88f65f9f4b3e7e3f7b90b79a50f;hp=b53c4fadf9404073b27f8293119cb41b596cbaa1;hpb=4842e33939353784c161cdcaf5fb1fe22a73053f;p=libfirm diff --git a/firmjni/testprograms/Empty.java b/firmjni/testprograms/Empty.java index b53c4fadf..21bfea46c 100644 --- a/firmjni/testprograms/Empty.java +++ b/firmjni/testprograms/Empty.java @@ -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.irgFinalizeCons (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, "");