diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 6091561..2021d94 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -37,7 +37,8 @@ along with GCC; see the file COPYING3. If not see #include "tree-phinodes.h" #include "ssa-iterators.h" #include "tree-ssanames.h" -#include "tree-ssa-loop.h" +#include "tree-ssa-loop-manip.h" +#include "tree-ssa-loop-niter.h" #include "tree-into-ssa.h" #include "tree-dfa.h" #include "tree-ssa.h" |