From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1314) id 9498D3858D28; Fri, 12 Aug 2022 00:36:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9498D3858D28 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Andrew Pinski To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-2027] [AARCH64] Remove reference to MD_INCLUDES X-Act-Checkin: gcc X-Git-Author: Andrew Pinski X-Git-Refname: refs/heads/trunk X-Git-Oldrev: 5cd525f05cebef6c1f4d785c804f732608a67443 X-Git-Newrev: 1595794f804ed3e925dcdf5f21b7fa762c74ca15 Message-Id: <20220812003638.9498D3858D28@sourceware.org> Date: Fri, 12 Aug 2022 00:36:38 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2022 00:36:38 -0000 https://gcc.gnu.org/g:1595794f804ed3e925dcdf5f21b7fa762c74ca15 commit r13-2027-g1595794f804ed3e925dcdf5f21b7fa762c74ca15 Author: Andrew Pinski Date: Fri Aug 12 00:26:17 2022 +0000 [AARCH64] Remove reference to MD_INCLUDES The comment reference to MD_INCLUDES is not needed as it is auto generated for long time now even before aarch64 target was added. MD_INCLUDES has been auto generated since r0-64489. Note some targets still manually set MD_INCLUDES and I suspect those can be changed but I don't have access to those targets. Committed as obvious. Thanks, Andrew Pinski gcc/ChangeLog: * config/aarch64/aarch64.md: Remove comment about MD_INCLUDES as it is out of date and not needed. Diff: --- gcc/config/aarch64/aarch64.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index ef0aed25c6b..3ea16dbc255 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -347,9 +347,6 @@ ; must not operate on inactive inputs if doing so could induce a fault. (SVE_STRICT_GP 1)]) -;; If further include files are added the defintion of MD_INCLUDES -;; must be updated. - (include "constraints.md") (include "predicates.md") (include "iterators.md")