aboutsummaryrefslogtreecommitdiff
path: root/gcc/regstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regstat.c')
-rw-r--r--gcc/regstat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c
index cd4a5c4..c6bbe6c 100644
--- a/gcc/regstat.c
+++ b/gcc/regstat.c
@@ -23,14 +23,13 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
-#include "predict.h"
#include "rtl.h"
+#include "predict.h"
#include "df.h"
#include "tm_p.h"
-#include "flags.h"
#include "regs.h"
+#include "flags.h"
#include "except.h"
-#include "timevar.h"
struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs;