diff options
Diffstat (limited to 'gcc/ipa-cp.c')
-rw-r--r-- | gcc/ipa-cp.c | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 9b3deb3e686..44f16bf86f2 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -103,19 +103,26 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "hash-map.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "options.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" +#include "fold-const.h" #include "gimple-fold.h" #include "gimple-expr.h" #include "target.h" #include "predict.h" #include "basic-block.h" -#include "vec.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" -#include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" #include "tm.h" #include "hard-reg-set.h" #include "input.h" |