summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r--gcc/dominance.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c
index fb61596a82b..1c692c80280 100644
--- a/gcc/dominance.c
+++ b/gcc/dominance.c
@@ -35,22 +35,15 @@
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
#include "rtl.h"
-#include "hard-reg-set.h"
#include "obstack.h"
-#include "predict.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
#include "cfganal.h"
-#include "basic-block.h"
#include "diagnostic-core.h"
#include "alloc-pool.h"
#include "et-forest.h"
#include "timevar.h"
#include "graphds.h"
-#include "bitmap.h"
/* We name our nodes with integers, beginning with 1. Zero is reserved for
'undefined' or 'end of list'. The name of each node is given by the dfs