mirror of https://github.com/YosysHQ/yosys.git
wreduce help typo fix
This commit is contained in:
parent
138547f41b
commit
024aa559e2
|
@ -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---|
|
||||
|
|
Loading…
Reference in New Issue