From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74042 invoked by alias); 2 Dec 2017 01:58:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 73836 invoked by uid 89); 2 Dec 2017 01:58:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,KB_WAM_FROM_NAME_SINGLEWORD,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 02 Dec 2017 01:58:34 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id 47053124026F; Sat, 2 Dec 2017 01:58:33 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: Segher Boessenkool Subject: [PATCH] doc update for -dp Date: Sat, 02 Dec 2017 01:58:00 -0000 Message-Id: X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00089.txt.bz2 Committing as obvious and trivial. Segher 2017-12-01 Segher Boessenkool * doc/invoke.texi (-dp): Say that instruction cost is printed as well. --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c105800..b4e0231 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -13317,7 +13317,7 @@ Produce a core dump whenever an error occurs. @item -dp @opindex dp Annotate the assembler output with a comment indicating which -pattern and alternative is used. The length of each instruction is +pattern and alternative is used. The length and cost of each instruction are also printed. @item -dP -- 1.8.3.1