diff options
Diffstat (limited to 'gcc/ipa-devirt.c')
-rw-r--r-- | gcc/ipa-devirt.c | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c index e9bc8532704..32c654906b1 100644 --- a/gcc/ipa-devirt.c +++ b/gcc/ipa-devirt.c @@ -114,10 +114,20 @@ along with GCC; see the file COPYING3. If not see #include "calls.h" #include "predict.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "expr.h" #include "tree-pass.h" -#include "hash-set.h" #include "target.h" #include "hash-table.h" #include "inchash.h" @@ -128,6 +138,8 @@ along with GCC; see the file COPYING3. If not see #include "gimple-fold.h" #include "gimple-expr.h" #include "gimple.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "diagnostic.h" #include "tree-dfa.h" @@ -136,7 +148,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple-pretty-print.h" #include "stor-layout.h" #include "intl.h" -#include "hash-map.h" /* Hash based set of pairs of types. */ typedef struct |