diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 2070b03..3263fae 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -43,16 +43,23 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "hard-reg-set.h" -#include "basic-block.h" -#include "bb-reorder.h" -#include "regs.h" -#include "flags.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 "bb-reorder.h" +#include "regs.h" +#include "flags.h" #include "except.h" #include "rtl-error.h" #include "tm_p.h" |