Skip to content

Commit

Permalink
Add reorder-globals pass to pass pipeline (#2625)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGraey authored Jan 19, 2023
1 parent 860ee20 commit eb60348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2748,6 +2748,7 @@ export class Module {
passes.push("vacuum");

passes.push("simplify-globals-optimizing");
passes.push("reorder-globals");
passes.push("remove-unused-brs");
passes.push("optimize-instructions");
}
Expand Down

0 comments on commit eb60348

Please sign in to comment.