org.jikesrvm.compilers.opt.ir
Class IRSummary

java.lang.Object
  extended by org.jikesrvm.compilers.opt.ir.IRSummary

public final class IRSummary
extends Object

General utilities to summarize an IR


Constructor Summary
IRSummary()
           
 
Method Summary
static boolean hasBoundsCheck(IR ir)
          Does this IR have a bounds check expression?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRSummary

public IRSummary()
Method Detail

hasBoundsCheck

public static boolean hasBoundsCheck(IR ir)
Does this IR have a bounds check expression?