diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-02-18 07:19:03 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-02-18 07:19:03 +0100 |
commit | e4cf604ffda0033c0c0509421eeb6fb39bb975b5 (patch) | |
tree | eb5242cf08492940438139b0f081376824cc405a /passes | |
parent | 5f54be54b85c70beea5921a5042824d18a0f4c20 (diff) | |
parent | 024aa559e282347a08d5fe8e3f3cdccdd024a899 (diff) | |
download | yosys-e4cf604ffda0033c0c0509421eeb6fb39bb975b5.tar.gz yosys-e4cf604ffda0033c0c0509421eeb6fb39bb975b5.tar.bz2 yosys-e4cf604ffda0033c0c0509421eeb6fb39bb975b5.zip |
Merge branch 'master' of github.com:cliffordwolf/yosys
Diffstat (limited to 'passes')
-rw-r--r-- | passes/opt/wreduce.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/opt/wreduce.cc b/passes/opt/wreduce.cc index 9a84dafe1..fc91f3689 100644 --- a/passes/opt/wreduce.cc +++ b/passes/opt/wreduce.cc @@ -315,7 +315,7 @@ struct WreduceWorker }; struct WreducePass : public Pass { - WreducePass() : Pass("wreduce", "reduce the word size of operations is possible") { } + WreducePass() : Pass("wreduce", "reduce the word size of operations if possible") { } virtual void help() { // |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---| |