diff options
Diffstat (limited to 'gcc/tree-streamer.c')
-rw-r--r-- | gcc/tree-streamer.c | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/gcc/tree-streamer.c b/gcc/tree-streamer.c index 2eb0305f3dc..fe9a8c938c4 100644 --- a/gcc/tree-streamer.c +++ b/gcc/tree-streamer.c @@ -23,35 +23,16 @@ 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 "double-int.h" -#include "input.h" #include "alias.h" -#include "symtab.h" -#include "options.h" -#include "wide-int.h" -#include "inchash.h" +#include "backend.h" #include "tree.h" -#include "fold-const.h" -#include "predict.h" -#include "tm.h" +#include "gimple.h" #include "hard-reg-set.h" -#include "input.h" -#include "function.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" +#include "options.h" +#include "fold-const.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "hash-map.h" -#include "is-a.h" -#include "gimple.h" -#include "streamer-hooks.h" -#include "plugin-api.h" -#include "ipa-ref.h" -#include "cgraph.h" #include "tree-streamer.h" +#include "cgraph.h" /* Table indexed by machine_mode, used for 2 different purposes. During streaming out we record there non-zero value for all modes |