aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/opt.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-03-01 12:35:12 +0100
committerClifford Wolf <clifford@clifford.at>2013-03-01 12:35:12 +0100
commita338d1a082726d84210912318a9ac49977dc380c (patch)
treee025f50cbc314b882c911aaa4083f91608836cac /passes/opt/opt.cc
parentf3a849512f2c7def98fcfa56de74d8a6bdc8b8fc (diff)
downloadyosys-a338d1a082726d84210912318a9ac49977dc380c.tar.gz
yosys-a338d1a082726d84210912318a9ac49977dc380c.tar.bz2
yosys-a338d1a082726d84210912318a9ac49977dc380c.zip
Added help messages for fsm_* passes
Diffstat (limited to 'passes/opt/opt.cc')
-rw-r--r--passes/opt/opt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/opt/opt.cc b/passes/opt/opt.cc
index b742a0951..ea1c95705 100644
--- a/passes/opt/opt.cc
+++ b/passes/opt/opt.cc
@@ -33,7 +33,7 @@ struct OptPass : public Pass {
log("\n");
log(" opt [selection]\n");
log("\n");
- log("This pass calls all the other opt_* passes in a useful manner. This performs\n");
+ log("This pass calls all the other opt_* passes in a useful order. This performs\n");
log("a series of trivial optimizations and cleanups. This pass executes the other\n");
log("passes in the following order:\n");
log("\n");