diff options
Diffstat (limited to 'gcc/df-core.c')
-rw-r--r-- | gcc/df-core.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/df-core.c b/gcc/df-core.c index f5af9a6..691ed71 100644 --- a/gcc/df-core.c +++ b/gcc/df-core.c @@ -392,6 +392,10 @@ are write-only operations. #include "regs.h" #include "alloc-pool.h" #include "flags.h" +#include "predict.h" +#include "dominance.h" +#include "cfg.h" +#include "cfganal.h" #include "basic-block.h" #include "sbitmap.h" #include "bitmap.h" |