diff options
Diffstat (limited to 'gcc/varpool.c')
-rw-r--r-- | gcc/varpool.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gcc/varpool.c b/gcc/varpool.c index 50b5665..3d1ab69 100644 --- a/gcc/varpool.c +++ b/gcc/varpool.c @@ -26,10 +26,20 @@ along with GCC; see the file COPYING3. If not see #include "varasm.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 "langhooks.h" #include "diagnostic-core.h" -#include "hashtab.h" #include "timevar.h" #include "debug.h" #include "target.h" @@ -39,7 +49,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-alias.h" #include "gimple.h" #include "lto-streamer.h" -#include "hash-set.h" const char * const tls_model_names[]={"none", "tls-emulated", "tls-real", "tls-global-dynamic", "tls-local-dynamic", |