diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-02-10 15:13:54 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-02-10 15:13:54 +0000 |
commit | 8cff878b277f9af6c2827a87581baac5f768e12a (patch) | |
tree | d4e178503efd243eed24ff3b753cd998370d75d4 /gcc/lto-opts.c | |
parent | 9610b14f8599a9db94822d3f0923b58b2f1177dc (diff) | |
download | gcc-8cff878b277f9af6c2827a87581baac5f768e12a.tar.gz |
[./]
2016-02-10 Basile Starynkevitch <basile@starynkevitch.net>
{{merging with some of GCC 6, using
svn merge -r222130:226090 ^/trunk ; UNSTABLE}}
[gcc/]
2016-02-10 Basile Starynkevitch <basile@starynkevitch.net>
{{ merging with trunk 226090 ; UNSTABLE }}
* melt-run.proto.h: include tree-ssa-scopedtables.h
* tree-ssa-dom.c: skip second record_edge_info
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@233272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-opts.c')
-rw-r--r-- | gcc/lto-opts.c | 28 |
1 files changed, 5 insertions, 23 deletions
diff --git a/gcc/lto-opts.c b/gcc/lto-opts.c index 279107fdab3..80cd172bebb 100644 --- a/gcc/lto-opts.c +++ b/gcc/lto-opts.c @@ -22,39 +22,21 @@ 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 "is-a.h" -#include "gimple.h" -#include "bitmap.h" #include "flags.h" #include "opts.h" #include "options.h" #include "common/common-target.h" #include "diagnostic.h" -#include "hash-map.h" -#include "plugin-api.h" -#include "ipa-ref.h" #include "cgraph.h" +#include "target.h" #include "lto-streamer.h" #include "lto-section-names.h" #include "toplev.h" |