[AArch64][obvious] Remove obsolete comment in aarch64-option-extensions.def
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 19 Aug 2015 15:01:21 +0000 (15:01 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 19 Aug 2015 15:01:21 +0000 (15:01 +0000)
* config/aarch64/aarch64-option-extensions.def: Delete obsolete
comment.

From-SVN: r227011

gcc/ChangeLog
gcc/config/aarch64/aarch64-option-extensions.def

index 450e169abfc8681f48317d702b9dec0defd7814d..83579798399d6dc9b120c2d71609c8c0223ef276 100644 (file)
@@ -1,3 +1,8 @@
+2015-08-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/aarch64/aarch64-option-extensions.def: Delete obsolete
+       comment.
+
 2015-08-19  Marek Polacek  <polacek@redhat.com>
 
        PR middle-end/67133
index 1762cc8d58fe0a9e7f40b95a753fd80150be65ed..b261a0f7c3c6f5264fe4f95c85a59535aa951ce4 100644 (file)
    should contain a whitespace-separated list of the strings in 'Features'
    that are required.  Their order is not important.  */
 
-/* V8 Architecture Extensions.
-   This list currently contains example extensions for CPUs that implement
-   AArch64, and therefore serves as a template for adding more CPUs in the
-   future.  */
-
 AARCH64_OPT_EXTENSION("fp",    AARCH64_FL_FP,                          AARCH64_FL_FPSIMD | AARCH64_FL_CRYPTO | AARCH64_FL_RDMA, "fp")
 AARCH64_OPT_EXTENSION("simd",  AARCH64_FL_FPSIMD,                      AARCH64_FL_SIMD | AARCH64_FL_CRYPTO | AARCH64_FL_RDMA,   "asimd")
 AARCH64_OPT_EXTENSION("crypto",        AARCH64_FL_CRYPTO | AARCH64_FL_FPSIMD,  AARCH64_FL_CRYPTO,   "aes pmull sha1 sha2")