alpha.c: Include predict.h.

* config/alpha/alpha.c: Include predict.h.

From-SVN: r250290
This commit is contained in:
Uros Bizjak 2017-07-17 22:54:31 +02:00 committed by Uros Bizjak
parent f648932613
commit 8cdf5397cd
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2017-07-17 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c: Include predict.h.
2017-07-17 Yury Gribov <tetra2005@gmail.com>
* tree-vrp.c (compare_assert_loc): Fix comparison function

View file

@ -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"