Update passes/cmds/select.cc

Co-Authored-By: Eddie Hung <eddie@fpgeh.com>
This commit is contained in:
Claire Wolf 2020-04-22 21:31:32 +02:00 committed by GitHub
parent 281cd10717
commit beb9e4b299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1113,8 +1113,8 @@ struct SelectPass : public Pass {
log(" <obj_pattern>\n");
log(" select the specified object(s) from the current module\n");
log("\n");
log("Prefix the following patterns with '=' if the pattern should match black-/\n");
log("white-box modules and their contents.\n");
log("By default, patterns will not match black/white-box modules or their");
log("contents. To include such objects, prefix the pattern with '='.\n");
log("\n");
log("A <mod_pattern> can be a module name, wildcard expression (*, ?, [..])\n");
log("matching module names, or one of the following:\n");