aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2015-06-09 17:53:24 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2015-06-09 17:53:24 +0000
commite677a9d463e8a39f5779e73f409f156afefb95dd (patch)
treee1ddbb5eaad4595c4f1c81c3c18d199bef8e441b /gcc/passes.c
parent34f42d7bf400ba0facaa38ee9fee21b639d28146 (diff)
downloadgcc-e677a9d463e8a39f5779e73f409f156afefb95dd.zip
gcc-e677a9d463e8a39f5779e73f409f156afefb95dd.tar.gz
gcc-e677a9d463e8a39f5779e73f409f156afefb95dd.tar.bz2
gcc-plugin.h: Move decls to plugin.h and include it.
* gcc-plugin.h: Move decls to plugin.h and include it. * plugin.h: Relocate decls from gcc-plugin.h * ggc-page.c: Include required header files. * passes.c: Likewise. * cgraphunit.c: Likewise. From-SVN: r224293
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index 339c5f0..d3ffe33 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -94,6 +94,9 @@ along with GCC; see the file COPYING3. If not see
#include "tree-pretty-print.h" /* for dump_function_header */
#include "context.h"
#include "pass_manager.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfgrtl.h"
#include "tree-ssa-live.h" /* For remove_unused_locals. */
#include "tree-cfgcleanup.h"