We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd28d26 commit 9b82a44Copy full SHA for 9b82a44
passes/cmds/logcmd.cc
@@ -59,7 +59,7 @@ struct LogPass : public Pass {
59
log(" -push\n");
60
log(" push a new level on the pass counter\n");
61
log("\n");
62
- log(" -push\n");
+ log(" -pop\n");
63
log(" pop from the pass counter\n");
64
65
}
0 commit comments