diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index affed79ae9d..3b275d0afdb 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -50,7 +50,7 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "target.h" #include "cfgloop.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "ggc.h" #include "tree-pass.h" #include "tree-scalar-evolution.h" |