From patchwork Sat Dec 2 01:58:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Segher Boessenkool X-Patchwork-Id: 843850 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-468386-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="MgWmGBSW"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ypZ7867tcz9sNV for ; Sat, 2 Dec 2017 12:58:43 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=tn/una6vrMfT dauF6sI5XGWuM0kEaCHKLDZlTrKwOqAoexpSF+J89n1pFBa+bQz71NzB3EwmVNKr zsME04DE50IdUPvX/3XHxSUxFUutXOgvmQBVMKj+zR+MqSu4xTLGXlXqNSTrWUsE Y2BgAI1BsPVdbStMMd2Rtq4710fuzVU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; s=default; bh=MwJDWijM4x4vGUeHXo lZk1tcWDU=; b=MgWmGBSWzgce1/JzcSCDxCzC81Fg3R4pDXbKcIKAVlsDbBduKm ijU+a6mJidSBrYyAcsCiJuwZYVLCpI6Mn+pU8DVETg0CkhKmuaU05+IZNyMIvKdH lglyima34ia30xUB6+P8hxCK3MmBngT/nZ7WtKDohPq7tL8rwKfxFa6eU= 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-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@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, 2 Dec 2017 01:58:31 +0000 Message-Id: X-IsSubscribed: yes 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