diff options
Diffstat (limited to 'gcc/cfganal.c')
-rw-r--r-- | gcc/cfganal.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gcc/cfganal.c b/gcc/cfganal.c index 4118857608a..c6a90593779 100644 --- a/gcc/cfganal.c +++ b/gcc/cfganal.c @@ -22,8 +22,19 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "basic-block.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 "cfganal.h" +#include "basic-block.h" #include "bitmap.h" #include "sbitmap.h" #include "timevar.h" |