From c46f658021b4959764627ef3aa1932f57fb65d69 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Sat, 13 Apr 2013 18:08:19 +0000 Subject: sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insn notes, they are emitted only just before final. * sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insn notes, they are emitted only just before final. * sched-int.h: Include insn-attr.h before checking INSN_SCHEDULING. From-SVN: r197945 --- gcc/sched-int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/sched-int.h') diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 24a3414..9ab3374 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -21,10 +21,10 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_SCHED_INT_H #define GCC_SCHED_INT_H +#include "insn-attr.h" + #ifdef INSN_SCHEDULING -/* For state_t. */ -#include "insn-attr.h" #include "df.h" #include "basic-block.h" -- cgit v1.1