[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small glitch in SimpleLiveLocals



Method getLiveLocalsBefore() in class SimpleLiveLocals should reference
Map stmtToLocalsBefore rather than stmtToLocalsAfter (this causes the
method to return the locals live after a statement rather than
before).

Jay