< prev index next >

test/testlibrary/jittester/src/jdk/test/lib/jittester/Nothing.java

Print this page

        

*** 25,34 **** --- 25,38 ---- import jdk.test.lib.jittester.visitors.Visitor; public class Nothing extends IRNode { + public Nothing() { + super(TypeList.VOID); + } + @Override public long complexity() { return 0; }
< prev index next >