summaryrefslogtreecommitdiff
path: root/gcc/dse.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-31 16:43:31 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-31 16:43:31 +0000
commit0f2461978ad48e198ae1ebd0db9bb57bae3ae83e (patch)
tree3f2a7eeb0b475f62a57db19df71b411970c67aac /gcc/dse.c
parent7da94a4fe632c5a002821b2303dcc301d2adc4c8 (diff)
downloadgcc-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/dse.c')
-rw-r--r--gcc/dse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dse.c b/gcc/dse.c
index 06c71d74b1a..da52415083e 100644
--- a/gcc/dse.c
+++ b/gcc/dse.c
@@ -48,7 +48,7 @@ along with GCC; see the file COPYING3. If not see
#include "dbgcnt.h"
#include "target.h"
#include "params.h"
-#include "tree-flow.h"
+#include "tree-flow.h" /* for may_be_aliased */
/* This file contains three techniques for performing Dead Store
Elimination (dse).