Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- Documentation/options.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/options.md b/Documentation/options.md index 1e35b8227..5374a05fe 100644 --- a/Documentation/options.md +++ b/Documentation/options.md @@ -8,22 +8,22 @@ tools. ### Select the passes -* '-f\<name-of-the-pass\>[-disable|-enable|=last]' +* `-f<name-of-the-pass>[-disable|-enable|=last]` - If '=last' is used, all passes after the specified one are disabled. + If `=last` is used, all passes after the specified one are disabled. By default all passes are enabled. The passes currently understood are: - * 'mem2reg' - * 'optim' + * `mem2reg` + * `optim` ### Internal Representation -* '-fdump-ir[=\<pass\>[,\<pass\>...]]' +* `-fdump-ir[=<pass>[,<pass>...]]` Dump the IR at each of the given passes. The passes currently understood are: - * 'linearize' - * 'mem2reg' - * 'final' + * `linearize` + * `mem2reg` + * `final` -- 2.16.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html