diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 4da5e7ea0cf..4f103617977 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "expr.h" #include "langhooks.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "tree-pass.h" #include "except.h" #include "flags.h" |