Skip to content

Commit

Permalink
Fix stage order
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhartmann committed Oct 9, 2023
1 parent cdfe235 commit a88cd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decompiler/util/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,10 @@
"dead-path-elimination",
"dead-loop-elimination",
"dead-code-elimination",
"expression-simplification-cfg",
"dead-code-elimination",
"expression-propagation-memory",
"expression-propagation-function-call",
"expression-simplification-cfg",
"dead-code-elimination",
"redundant-casts-elimination",
"identity-elimination",
"common-subexpression-elimination",
Expand Down

0 comments on commit a88cd1c

Please sign in to comment.