diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-31 16:43:31 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-31 16:43:31 +0000 |
commit | 0f2461978ad48e198ae1ebd0db9bb57bae3ae83e (patch) | |
tree | 3f2a7eeb0b475f62a57db19df71b411970c67aac /gcc/tree-cfg.c | |
parent | 7da94a4fe632c5a002821b2303dcc301d2adc4c8 (diff) | |
download | gcc-0f2461978ad48e198ae1ebd0db9bb57bae3ae83e.tar.gz |
* Makefile.in: Fix many dependencies.
* tree-profile.c: Don't include regs.h.
* tree-vectorizer.c: Don't include cfglayout.h.
* tree-vect-stmts.c: Likewise.
* tree-vect-slp.c: Likewise.
* tree-vect-loop.c: Likewise.
* reg-stack.c: Likewise.
* tree-ssa-loop-manip.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Don't include cfglayout.h, basic-block.h,
and tree-iterator.h.
* tree-cfgcleanup.c: Don't include cfglayout.h.
* passes.c: Don't include cfglayout.h, dwarf2asm.h,
dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h.
* cgraphclones.c: Don't include plugin.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188068 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index cd68f1f86c4..9b54a69b7ca 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -40,7 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "except.h" #include "cfgloop.h" -#include "cfglayout.h" +#include "cfglayout.h" /* for can_copy_bbs_p and copy_bbs */ #include "tree-ssa-propagate.h" #include "value-prof.h" #include "pointer-set.h" |