diff options
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r-- | gcc/lto/lto.c | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index def681d09dd..8510f6598ba 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -21,26 +21,26 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "opts.h" -#include "toplev.h" -#include "alias.h" #include "tm.h" #include "function.h" #include "bitmap.h" -#include "cfghooks.h" #include "basic-block.h" +#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" -#include "options.h" +#include "cfghooks.h" +#include "alloc-pool.h" +#include "tree-pass.h" +#include "tree-ssa-operands.h" +#include "tree-streamer.h" +#include "cgraph.h" +#include "diagnostic-core.h" +#include "opts.h" +#include "toplev.h" +#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "diagnostic-core.h" -#include "cgraph.h" -#include "tree-ssa-operands.h" -#include "tree-pass.h" #include "langhooks.h" -#include "alloc-pool.h" #include "symbol-summary.h" #include "ipa-prop.h" #include "common.h" @@ -48,7 +48,6 @@ along with GCC; see the file COPYING3. If not see #include "internal-fn.h" #include "lto.h" #include "lto-tree.h" -#include "tree-streamer.h" #include "lto-section-names.h" #include "splay-tree.h" #include "lto-partition.h" |