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/ira-emit.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/ira-emit.c')
-rw-r--r-- | gcc/ira-emit.c | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/gcc/ira-emit.c b/gcc/ira-emit.c index 88375875beb..b71ebcf8439 100644 --- a/gcc/ira-emit.c +++ b/gcc/ira-emit.c @@ -68,36 +68,18 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "regs.h" +#include "backend.h" +#include "predict.h" +#include "tree.h" #include "rtl.h" +#include "df.h" +#include "regs.h" #include "tm_p.h" #include "target.h" #include "flags.h" -#include "obstack.h" -#include "bitmap.h" -#include "hard-reg-set.h" -#include "predict.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" -#include "input.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" #include "cfgrtl.h" #include "cfgbuild.h" -#include "basic-block.h" -#include "symtab.h" -#include "statistics.h" -#include "double-int.h" -#include "real.h" -#include "fixed-value.h" #include "alias.h" -#include "wide-int.h" -#include "inchash.h" -#include "tree.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -110,7 +92,9 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "params.h" #include "reload.h" -#include "df.h" +#include "cfgloop.h" +#include "ira.h" +#include "alloc-pool.h" #include "ira-int.h" |