diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 5200053..5580ea8 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -30,13 +30,20 @@ along with GCC; see the file COPYING3. If not see #include "stmt.h" #include "print-tree.h" #include "tm_p.h" -#include "basic-block.h" +#include "predict.h" +#include "vec.h" #include "hashtab.h" #include "hash-set.h" -#include "vec.h" #include "machmode.h" #include "input.h" #include "function.h" +#include "dominance.h" +#include "cfg.h" +#include "cfgrtl.h" +#include "cfganal.h" +#include "cfgbuild.h" +#include "cfgcleanup.h" +#include "basic-block.h" #include "expr.h" #include "langhooks.h" #include "bitmap.h" |