diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 04478c2..cc9a053 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -56,6 +56,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "tree-phinodes.h" #include "ssa-iterators.h" +#include "tree-ssa-loop-niter.h" #include "tree-ssa-loop.h" #include "ggc.h" #include "tree-pass.h" |