diff options
Diffstat (limited to 'gcc/mcf.c')
-rw-r--r-- | gcc/mcf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/mcf.c b/gcc/mcf.c index 709092352f0..b561813330a 100644 --- a/gcc/mcf.c +++ b/gcc/mcf.c @@ -45,6 +45,17 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "dominance.h" +#include "cfg.h" #include "basic-block.h" #include "gcov-io.h" #include "profile.h" |