diff options
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r-- | gcc/dominance.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c index c8b47a3..9b49230 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -39,6 +39,16 @@ #include "rtl.h" #include "hard-reg-set.h" #include "obstack.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "input.h" +#include "function.h" +#include "dominance.h" +#include "cfg.h" +#include "cfganal.h" #include "basic-block.h" #include "diagnostic-core.h" #include "et-forest.h" |