From patchwork Sat Feb 24 01:47:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luc Van Oostenryck X-Patchwork-Id: 10240129 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DCE4D605BA for ; Sat, 24 Feb 2018 01:47:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CDB1D29AC6 for ; Sat, 24 Feb 2018 01:47:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C288529ACB; Sat, 24 Feb 2018 01:47:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 71BBB29ACD for ; Sat, 24 Feb 2018 01:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752643AbeBXBr0 (ORCPT ); Fri, 23 Feb 2018 20:47:26 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:38352 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752095AbeBXBrY (ORCPT ); Fri, 23 Feb 2018 20:47:24 -0500 Received: by mail-wr0-f196.google.com with SMTP id n7so15864424wrn.5 for ; Fri, 23 Feb 2018 17:47:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=32PL+zKnw8RleS3fRK3C/imDvNTNRvGDAdTYD1TCplI=; b=BLH9t8Nt7y0KBE3W54irnfNVAJ4GurpIaC6odycf5Eihw+nqHSRe+8k3afkE7FUr0g NZfNhetkDVWplLdbl0nxxDKdkocBPuZNv491dzQw6dke47cmSALCyyt5F5k3FFroJhL+ oi2F7pWeRWBc6m+bZdxZOWbuiesYuNJfvvoiad2hbiSfb50jskeGQcIYD5MUgYHL/ivW AB+5UNMRLZYuoNxo3fPGri8KyFjNjI4Hgt6apDAl6wk7aGuCq+7QSdfaDynwBEHCydJH Yjox74tUVuD74fg/qb4sqavLLIVMX+os/dzymxrzNT2BGGUhKl2+IA4+PNKodFj5YC0u t/Ug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=32PL+zKnw8RleS3fRK3C/imDvNTNRvGDAdTYD1TCplI=; b=dpt9FVMH6MyxeTkoZ7O2MGhaIph7u7gDpyf/N6VcSbWuwpgvwi9N/3u08dE2Ly57lG 0MGR016R1zYgYIF6qTuzatRMkcuyIpC6wVdVaytzhmbCwyr9z42Y8uGyVf2dOTyh7vY6 wWtmlJIZ7W6BDVcHuSvWzbug0Nt9ATmQl08yJcm2/eNpAgBui78t1krHFwcwUSx7yJO2 ZwUsJglUoGSYI17VHMrysBz8Gq7aDudQwxI3RImC53LtvVV8IcyJ4AfgXr6QdQMva5nj MiAXthaskIE9k08WWlEsLMQgakY2XlzPOVCUig2uCZeN5fqb8WXolYtNlgw6IGjWH3hB 9Cvg== X-Gm-Message-State: APf1xPDPdPig/xgM1Q4oXu+4RySOIMDjTiZSDkMLIJ2FxzGWIwghDTHL yWSel6nzF15qlE0TObQS9p4e0MiL X-Google-Smtp-Source: AH8x225PObxy2PAB365aDXhD4XHEPLu7Q9Qasn6gJ7/aXxt0Av5pvPORH2B6iqlSeoQBr1v4QUhFsw== X-Received: by 10.223.134.170 with SMTP id 39mr3115056wrx.221.1519436843584; Fri, 23 Feb 2018 17:47:23 -0800 (PST) Received: from localhost.localdomain ([2a02:a03f:40be:4000:7894:f77a:feae:39b4]) by smtp.gmail.com with ESMTPSA id e67sm7141604wmf.7.2018.02.23.17.47.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Feb 2018 17:47:23 -0800 (PST) From: Luc Van Oostenryck To: linux-sparse@vger.kernel.org Cc: Luc Van Oostenryck Subject: [PATCH 02/10] doc: fix markdown syntax Date: Sat, 24 Feb 2018 02:47:09 +0100 Message-Id: <20180224014717.56552-3-luc.vanoostenryck@gmail.com> X-Mailer: git-send-email 2.16.0 In-Reply-To: <20180224014717.56552-1-luc.vanoostenryck@gmail.com> References: <20180224014717.56552-1-luc.vanoostenryck@gmail.com> Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Luc Van Oostenryck --- 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\[-disable|-enable|=last]' +* `-f[-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[=\[,\...]]' +* `-fdump-ir[=[,...]]` Dump the IR at each of the given passes. The passes currently understood are: - * 'linearize' - * 'mem2reg' - * 'final' + * `linearize` + * `mem2reg` + * `final`