aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-05-31 16:43:31 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-05-31 16:43:31 +0000
commit73cfeaf45bc0da07875b63d3a647305de055b93c (patch)
tree3f2a7eeb0b475f62a57db19df71b411970c67aac /gcc/passes.c
parent3cabea7bed3beaea5289d71131c500b3c53f669c (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@188068 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index 54bf029a603..bfd4ce34087 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -53,11 +53,9 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "params.h"
#include "reload.h"
-#include "dwarf2asm.h"
#include "debug.h"
#include "target.h"
#include "langhooks.h"
-#include "cfglayout.h"
#include "cfgloop.h"
#include "hosthooks.h"
#include "cgraph.h"
@@ -73,24 +71,7 @@ along with GCC; see the file COPYING3. If not see
#include "lto-streamer.h"
#include "plugin.h"
#include "ipa-utils.h"
-#include "tree-pretty-print.h"
-
-#if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
-#include "dwarf2out.h"
-#endif
-
-#if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
-#include "dbxout.h"
-#endif
-
-#ifdef SDB_DEBUGGING_INFO
-#include "sdbout.h"
-#endif
-
-#ifdef XCOFF_DEBUGGING_INFO
-#include "xcoffout.h" /* Needed for external data
- declarations for e.g. AIX 4.x. */
-#endif
+#include "tree-pretty-print.h" /* for dump_function_header */
/* This is used for debugging. It allows the current pass to printed
from anywhere in compilation.