diff options
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r-- | gcc/tree-cfgcleanup.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c index b48da5c624f..ec2f55a95b6 100644 --- a/gcc/tree-cfgcleanup.c +++ b/gcc/tree-cfgcleanup.c @@ -23,16 +23,21 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "tm_p.h" -#include "basic-block.h" -#include "diagnostic-core.h" -#include "flags.h" +#include "predict.h" +#include "vec.h" #include "hashtab.h" #include "hash-set.h" -#include "vec.h" #include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" +#include "dominance.h" +#include "cfg.h" +#include "cfganal.h" +#include "cfgcleanup.h" +#include "basic-block.h" +#include "diagnostic-core.h" +#include "flags.h" #include "langhooks.h" #include "tree-ssa-alias.h" #include "internal-fn.h" |