]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: Fix build failure by adding includes
authorKewen Lin <linkw@linux.ibm.com>
Thu, 20 May 2021 10:16:19 +0000 (05:16 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Thu, 20 May 2021 10:34:37 +0000 (05:34 -0500)
commit928e4ff1aea45165efbdc8ba6e409b191c2dde6c
treef8edd413bf17ea0d7e15658680caa42dd25542d7
parent507359e1d4d18614eb9679043995edf0675b6ff5
arm: Fix build failure by adding includes

Commit r12-939 missed to add the required include files for
the newly used type loop_vec_info.  This patch is to add
the include file "tree-vectorizer.h" which defines
loop_vec_info and its required include file "cfgloop.h".

gcc/ChangeLog:

* config/arm/arm.c: Include head files tree-vectorizer.h and
cfgloop.h.
gcc/config/arm/arm.c