From a338d1a082726d84210912318a9ac49977dc380c Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 1 Mar 2013 12:35:12 +0100 Subject: Added help messages for fsm_* passes --- passes/opt/opt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passes/opt') diff --git a/passes/opt/opt.cc b/passes/opt/opt.cc index b742a095..ea1c9570 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"); -- cgit v1.2.3