diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index eab8c7f28aa..a266b6ee512 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -161,16 +161,23 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.h" +#include "target.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "cfghooks.h" +#include "regset.h" /* FIXME: For reg_obstack. */ +#include "alloc-pool.h" +#include "tree-pass.h" +#include "stringpool.h" +#include "gimple-ssa.h" +#include "cgraph.h" +#include "coverage.h" +#include "lto-streamer.h" #include "alias.h" #include "fold-const.h" #include "varasm.h" #include "stor-layout.h" -#include "stringpool.h" -#include "gimple-ssa.h" #include "output.h" #include "cfgcleanup.h" #include "internal-fn.h" @@ -186,31 +193,21 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "flags.h" #include "debug.h" -#include "target.h" -#include "diagnostic.h" #include "params.h" #include "intl.h" -#include "cgraph.h" -#include "alloc-pool.h" #include "symbol-summary.h" #include "ipa-prop.h" #include "tree-iterator.h" -#include "tree-pass.h" #include "tree-dump.h" #include "gimple-pretty-print.h" -#include "output.h" -#include "coverage.h" #include "plugin.h" #include "ipa-inline.h" #include "ipa-utils.h" -#include "lto-streamer.h" #include "except.h" #include "cfgloop.h" -#include "regset.h" /* FIXME: For reg_obstack. */ #include "context.h" #include "pass_manager.h" #include "tree-nested.h" -#include "gimplify.h" #include "dbgcnt.h" #include "tree-chkp.h" #include "lto-section-names.h" |