Class RewriteRemoveEmptyForLoops


  • public class RewriteRemoveEmptyForLoops
    extends StatementBlockRewriteRule
    Rule: Simplify program structure by removing empty for loops, which may originate from the sequence of other rewrites like dead-code-elimination.