aarch64.c (cgraph.h): New include.
authorSteve Ellcey <sellcey@cavium.com>
Thu, 17 Jan 2019 19:06:37 +0000 (19:06 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 17 Jan 2019 19:06:37 +0000 (19:06 +0000)
commitd9186814809888b38657fbb968c6eea02f3b9fd0
tree63c24e3338d59cdea8fc0d05dac7b4cf7f278f80
parent742b6dc476c544389f109b03d221262a4cc55aaf
aarch64.c (cgraph.h): New include.

2018-01-17  Steve Ellcey  <sellcey@cavium.com>

* config/aarch64/aarch64.c (cgraph.h): New include.
(intl.h): New include.
(supported_simd_type): New function.
(currently_supported_simd_type): Ditto.
(aarch64_simd_clone_compute_vecsize_and_simdlen): Ditto.
(aarch64_simd_clone_adjust): Ditto.
(aarch64_simd_clone_usable): Ditto.
(TARGET_SIMD_CLONE_COMPUTE_VECSIZE_AND_SIMDLEN): New macro.
(TARGET_SIMD_CLONE_ADJUST): Ditto.
(TARGET_SIMD_CLONE_USABLE): Ditto.
* config/i386/i386.c (ix86_simd_clone_adjust): Add definition check.
* omp-simd-clone.c (expand_simd_clones): Add targetm.simd_clone.adjust
call.

From-SVN: r268044
gcc/ChangeLog
gcc/config/aarch64/aarch64.c
gcc/config/i386/i386.c
gcc/omp-simd-clone.c