diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 3b3adb3..1589db4 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-pretty-print.h" #include "langhooks.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "cgraph.h" #include "timevar.h" #include "hashtab.h" |