summaryrefslogtreecommitdiff
path: root/gcc/reginfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reginfo.c')
-rw-r--r--gcc/reginfo.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/reginfo.c b/gcc/reginfo.c
index ae15e7d2119..45af98a165e 100644
--- a/gcc/reginfo.c
+++ b/gcc/reginfo.c
@@ -35,15 +35,18 @@ along with GCC; see the file COPYING3. If not see
#include "expr.h"
#include "tm_p.h"
#include "flags.h"
-#include "basic-block.h"
-#include "regs.h"
-#include "addresses.h"
+#include "predict.h"
+#include "vec.h"
#include "hashtab.h"
#include "hash-set.h"
-#include "vec.h"
#include "machmode.h"
#include "input.h"
#include "function.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "basic-block.h"
+#include "regs.h"
+#include "addresses.h"
#include "insn-config.h"
#include "recog.h"
#include "reload.h"