diff options
Diffstat (limited to 'gcc/lcm.c')
-rw-r--r-- | gcc/lcm.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/lcm.c b/gcc/lcm.c index 694d33e3989..96a20c75f9a 100644 --- a/gcc/lcm.c +++ b/gcc/lcm.c @@ -58,14 +58,19 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "insn-config.h" #include "recog.h" -#include "basic-block.h" -#include "tm_p.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 "cfganal.h" +#include "lcm.h" +#include "basic-block.h" +#include "tm_p.h" #include "sbitmap.h" #include "dumpfile.h" |