diff options
Diffstat (limited to 'gcc/loop-init.c')
-rw-r--r-- | gcc/loop-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-init.c b/gcc/loop-init.c index 80c31ef70cd..d45f42d9153 100644 --- a/gcc/loop-init.c +++ b/gcc/loop-init.c @@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "df.h" #include "ggc.h" -#include "tree-flow.h" +#include "tree-ssa.h" /* Apply FLAGS to the loop state. */ |