Skip to content

Commit

Permalink
Add NopRemover to PeepholeOptimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Janmm14 authored and ItzSomebody committed Jan 18, 2022
1 parent 71d622f commit e0d3b71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public boolean transform() throws Throwable {
}

static {
PEEPHOLE_TRANSFORMERS.add(NopRemover.class);
PEEPHOLE_TRANSFORMERS.add(RedundantTrapRemover.class);
// PEEPHOLE_TRANSFORMERS.add(TrapHandlerMerger.class); // still experimental
PEEPHOLE_TRANSFORMERS.add(GotoRearranger.class);
Expand Down

0 comments on commit e0d3b71

Please sign in to comment.