Skip to content

Commit

Permalink
Fix removed stages
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhartmann committed Oct 9, 2023
1 parent 83dce97 commit e007879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions decompiler/util/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,16 @@
{
"dest": "pipeline.cfg_stages",
"default": [
"expression-propagation",
"bit-field-comparison-unrolling",
"type-propagation",
"dead-path-elimination",
"dead-loop-elimination",
"dead-code-elimination",
"expression-simplification-cfg",
"dead-code-elimination",
"expression-propagation-memory",
"expression-propagation-function-call",
"redundant-casts-elimination",
"identity-elimination",
"common-subexpression-elimination",
Expand Down

0 comments on commit e007879

Please sign in to comment.