From 024aa559e282347a08d5fe8e3f3cdccdd024a899 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 17 Feb 2015 13:02:16 +0100 Subject: [PATCH] wreduce help typo fix --- passes/opt/wreduce.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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---| -- 2.30.2