aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@marvell.com>2022-08-12 00:26:17 +0000
committerAndrew Pinski <apinski@marvell.com>2022-08-12 00:35:56 +0000
commit1595794f804ed3e925dcdf5f21b7fa762c74ca15 (patch)
treed46c45f45a82d41b2b44f78df5a404815a8c8ef7 /gcc
parent5cd525f05cebef6c1f4d785c804f732608a67443 (diff)
downloadgcc-1595794f804ed3e925dcdf5f21b7fa762c74ca15.zip
gcc-1595794f804ed3e925dcdf5f21b7fa762c74ca15.tar.gz
gcc-1595794f804ed3e925dcdf5f21b7fa762c74ca15.tar.bz2
[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.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/aarch64/aarch64.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
index ef0aed2..3ea16db 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")