Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb60348

Browse files
authoredJan 19, 2023
Add reorder-globals pass to pass pipeline (#2625)
1 parent 860ee20 commit eb60348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,6 +2748,7 @@ export class Module {
27482748
passes.push("vacuum");
27492749

27502750
passes.push("simplify-globals-optimizing");
2751+
passes.push("reorder-globals");
27512752
passes.push("remove-unused-brs");
27522753
passes.push("optimize-instructions");
27532754
}

0 commit comments

Comments
 (0)
Please sign in to comment.