diff options
Diffstat (limited to 'gcc/lcm.c')
-rw-r--r-- | gcc/lcm.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/lcm.c b/gcc/lcm.c index af5e78e0fa4..f6d1ed542f4 100644 --- a/gcc/lcm.c +++ b/gcc/lcm.c @@ -51,22 +51,15 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "backend.h" #include "rtl.h" #include "regs.h" -#include "hard-reg-set.h" #include "flags.h" #include "insn-config.h" #include "recog.h" -#include "predict.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" /* Edge based LCM routines. */ |