Skip to content

Commit

Permalink
opt_clean: Fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Mar 14, 2024
1 parent ef6d17c commit ba76b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/opt/opt_clean.cc
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ struct OptCleanPass : public Pass {
for (argidx = 1; argidx < args.size(); argidx++) {
if (args[argidx] == "-purge")
purge_mode = true;
if (args[argidx] == "-coarse")
else if (args[argidx] == "-coarse")
coarse_mode = true;
else
break;
Expand Down

0 comments on commit ba76b19

Please sign in to comment.