459460461462463464465466467468469
if(type == Binding.FOR_CLAUSE) { // no need to analyze return flwr; } else { LetClause lc = (LetClause) b; lc.visit(this, ctxt); if(lc.isLoopInvariant()) { _pullup.put(lc, bindings); } } } else {
458459460461462463464465466467468