From patchwork Wed Apr 10 09:57:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Richard Earnshaw (lists)" X-Patchwork-Id: 1083277 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-499052-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="YHl47wQb"; 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 44fKMX5Pf2z9s3l for ; Wed, 10 Apr 2019 19:57:24 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=AyLxCwLwfNvI9zG7aOS5ZorPBt3J0+Fp1z12BXcrB0+bGwwIGJ /jAylevGwZRnLMSxOfo1vrg88RjWJa9pGJj2XGz8Yvb1F4GDI9c3BdFYTqxbSGp9 z/Xy4h9QCBbJ3U1rqG+FMkaGE4wsE8rJ7HVfHLlsHRQU5iXd7bFenwQeE= 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:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=HBcChNbHWdCivG2JRf/kkn4KXiA=; b=YHl47wQbYuZeOBFscekO 7XjrRSXWteiAvlImvvKywvn+JRB/d6lG39wHrvn4phETXEVJtYy18J4VVBxY6rt4 XxV7Zrsgsyvgj7Wm/gEptecCUm+qgRiTZCJyyk5O0q5Zhva2xW/2nZnLTDu44WaQ fWE74BQ0mUPVk35p17nrYmw= Received: (qmail 88541 invoked by alias); 10 Apr 2019 09:57:16 -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 88533 invoked by uid 89); 10 Apr 2019 09:57:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=joined X-HELO: foss.arm.com Received: from usa-sjc-mx-foss1.foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 10 Apr 2019 09:57:13 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 01A9A15AB; Wed, 10 Apr 2019 02:57:12 -0700 (PDT) Received: from e120077-lin.cambridge.arm.com (e120077-lin.cambridge.arm.com [10.2.206.69]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7EC8C3F68F; Wed, 10 Apr 2019 02:57:11 -0700 (PDT) To: gcc-patches From: "Richard Earnshaw (lists)" Subject: [aarch64] PR90016 - aarch64: reference to undeclared N in help for command line option Openpgp: preference=signencrypt Message-ID: Date: Wed, 10 Apr 2019 10:57:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 'to N' is now redundant and misleading given the earlier change to use . Removed * config/aarch64/aarch64.opt (msve-vector-bits): Remove redundant and obsolete reference to N. R. diff --git a/gcc/config/aarch64/aarch64.opt b/gcc/config/aarch64/aarch64.opt index 5a1e687091c..3dc768fab39 100644 --- a/gcc/config/aarch64/aarch64.opt +++ b/gcc/config/aarch64/aarch64.opt @@ -216,7 +216,7 @@ Enum(sve_vector_bits) String(2048) Value(SVE_2048) msve-vector-bits= Target RejectNegative Joined Enum(sve_vector_bits) Var(aarch64_sve_vector_bits) Init(SVE_SCALABLE) --msve-vector-bits= Set the number of bits in an SVE vector register to N. +-msve-vector-bits= Set the number of bits in an SVE vector register mverbose-cost-dump Target Undocumented Var(flag_aarch64_verbose_cost)