From: Uros Bizjak Date: Mon, 17 Jul 2017 20:54:31 +0000 (+0200) Subject: alpha.c: Include predict.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8cdf5397cdaa9365223a33fddbc92111e8412b08;p=gcc.git alpha.c: Include predict.h. * config/alpha/alpha.c: Include predict.h. From-SVN: r250290 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e99f156e3b6..9f49c07916d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-07-17 Uros Bizjak + + * config/alpha/alpha.c: Include predict.h. + 2017-07-17 Yury Gribov * tree-vrp.c (compare_assert_loc): Fix comparison function diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 1114e6601b6..9f5dae29054 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -29,6 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "memmodel.h" #include "gimple.h" #include "df.h" +#include "predict.h" #include "tm_p.h" #include "ssa.h" #include "expmed.h"