[PATCH 165/236] struct haifa_sched_info: prev_head and next_tail

David Malcolm dmalcolm@redhat.com
Wed Aug 6 17:22:00 GMT 2014


gcc/
	* sched-int.h (struct haifa_sched_info): Strengthen fields
	"prev_head" and "next_tail" from rtx to rtx_insn *.
---
 gcc/sched-int.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index ae048c1..220e26d 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -607,7 +607,7 @@ struct haifa_sched_info
   bool (*insn_finishes_block_p) (rtx);
 
   /* The boundaries of the set of insns to be scheduled.  */
-  rtx prev_head, next_tail;
+  rtx_insn *prev_head, *next_tail;
 
   /* Filled in after the schedule is finished; the first and last scheduled
      insns.  */
-- 
1.8.5.3



More information about the Gcc-patches mailing list