summaryrefslogtreecommitdiff
path: root/gcc/lra-remat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lra-remat.c')
-rw-r--r--gcc/lra-remat.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/gcc/lra-remat.c b/gcc/lra-remat.c
index a32ecca8086..68146a11100 100644
--- a/gcc/lra-remat.c
+++ b/gcc/lra-remat.c
@@ -72,6 +72,22 @@ along with GCC; see the file COPYING3. If not see
#include "input.h"
#include "function.h"
#include "symtab.h"
+#include "flags.h"
+#include "statistics.h"
+#include "double-int.h"
+#include "real.h"
+#include "fixed-value.h"
+#include "alias.h"
+#include "wide-int.h"
+#include "inchash.h"
+#include "tree.h"
+#include "expmed.h"
+#include "dojump.h"
+#include "explow.h"
+#include "calls.h"
+#include "emit-rtl.h"
+#include "varasm.h"
+#include "stmt.h"
#include "expr.h"
#include "predict.h"
#include "dominance.h"
@@ -82,7 +98,6 @@ along with GCC; see the file COPYING3. If not see
#include "ira.h"
#include "sparseset.h"
#include "params.h"
-#include "df.h"
#include "lra-int.h"
/* Number of candidates for rematerialization. */