diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 88327ece0a1..2138869f7b0 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -168,6 +168,13 @@ #include "regs.h" #include "flags.h" #include "recog.h" +#include "predict.h" +#include "dominance.h" +#include "cfg.h" +#include "cfgrtl.h" +#include "cfganal.h" +#include "cfgbuild.h" +#include "cfgcleanup.h" #include "basic-block.h" #include "reload.h" #include "ggc.h" |