From patchwork Mon Nov 22 16:38:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 48000 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1458C3857C6B for ; Mon, 22 Nov 2021 16:38:47 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 097493858406 for ; Mon, 22 Nov 2021 16:38:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 097493858406 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 028131FD39 for ; Mon, 22 Nov 2021 16:38:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1637599110; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BiPnK0EEG7dkS6L0JfEbKYYwwN7bijQexlrkZblkQSU=; b=zx2zav4XnRAqEG8hcyClqdq38QOO7S8f0L4rOMgJf2x/zBv/AYz29/PLKEbq6f18IJ3ZOf 8loMUv26RxzMUttUEcYq4RDRlskCjkcTXWJs5aaMP+jPDGLBUcarkKngLLOrvXKH+KSq4K 4Oy1gpKsNUjJJtorS78KM7jIr4PnAXY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1637599110; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BiPnK0EEG7dkS6L0JfEbKYYwwN7bijQexlrkZblkQSU=; b=oh5YsOxadR7J7pB7u5Pz0+a5HREMe2aFCRcdYXdhO4c7PbtdyCXdgJufOZ6g+xJ5tTpc2m 7PU/w5etPCEL9zBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id E554913B44 for ; Mon, 22 Nov 2021 16:38:29 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id M8gBN4XHm2HGNQAAMHmgww (envelope-from ) for ; Mon, 22 Nov 2021 16:38:29 +0000 Message-ID: Date: Mon, 22 Nov 2021 17:38:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH][pushed] docs: remove duplicate param documentation To: gcc-patches@gcc.gnu.org Content-Language: en-US X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" The params are documented twice. Pushed as obvious. Martin gcc/ChangeLog: * doc/invoke.texi: Remove duplicate documentation for 3 params. --- gcc/doc/invoke.texi | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4b1b58318f0..e080b125831 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14709,10 +14709,6 @@ by the RTL if-conversion pass for a branch that is considered unpredictable. If @option{-fvariable-expansion-in-unroller} is used, the maximum number of times that an individual variable will be expanded during loop unrolling. -@item tracer-min-branch-probability-feedback -Stop forward growth if the probability of best edge is less than -this threshold (in percent). Used when profile feedback is available. - @item partial-inlining-entry-probability Maximum probability of the entry BB of split region (in percent relative to entry BB of the function) @@ -14762,10 +14758,6 @@ A threshold on the average loop count considered by the swing modulo scheduler. The number of cycles the swing modulo scheduler considers when checking conflicts using DFA. -@item max-inline-insns-recursive-auto -The maximum number of instructions non-inline function -can grow to via recursive inlining. - @item graphite-allow-codegen-errors Whether codegen errors should be ICEs when @option{-fchecking}. @@ -14815,10 +14807,6 @@ when comparing to the number of (scaled) blocks. Maximum number of nested calls to search for control dependencies during uninitialized variable analysis. -@item sra-max-scalarization-size-Osize -Maximum size, in storage units, of an aggregate -which should be considered for scalarization when compiling for size. - @item fsm-scale-path-blocks Scale factor to apply to the number of blocks in a threading path when comparing to the number of (scaled) statements.