ldst_only_null_ptr_exceptions and sel_based_null_check_elim flags added
[libfirm] / firmjni / testprograms / Empty.java
index b53c4fa..b99f120 100644 (file)
@@ -74,7 +74,7 @@ class Empty {
        Ircons.matureImmBlock (Irgraph.getIrgEndBlock(irg));
 
        /* Verify the graph.  Finds some very bad errors in the graph. */
-       Irvrfy.irgVrfy(irg);
+       Irvrfy.irgVerify(irg, Irvrfy.VRFY_NORMAL);
        Ircons.irgFinalizeCons (irg);
 
        System.out.println("Done building the graph.  Dumping it.");