summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r--gcc/ipa.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/gcc/ipa.c b/gcc/ipa.c
index fdfb88072da..75e367f0115 100644
--- a/gcc/ipa.c
+++ b/gcc/ipa.c
@@ -20,21 +20,17 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
+#include "tree.h"
+#include "gimple.h"
+#include "hard-reg-set.h"
#include "alias.h"
-#include "symtab.h"
#include "options.h"
-#include "tree.h"
#include "fold-const.h"
#include "calls.h"
#include "stringpool.h"
-#include "predict.h"
-#include "basic-block.h"
-#include "hard-reg-set.h"
-#include "function.h"
#include "cgraph.h"
#include "tree-pass.h"
-#include "gimple-expr.h"
#include "gimplify.h"
#include "flags.h"
#include "target.h"
@@ -48,8 +44,6 @@ along with GCC; see the file COPYING3. If not see
#include "profile.h"
#include "params.h"
#include "internal-fn.h"
-#include "tree-ssa-alias.h"
-#include "gimple.h"
#include "dbgcnt.h"