This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 9/9] Final patch with all changes


On 07/07/2015 06:03 PM, Pedro Alves wrote:
On 07/07/2015 02:51 PM, Andrew MacLeod wrote:
*** sel-sched-ir.h	(revision 225452)
--- sel-sched-ir.h	(working copy)
*************** along with GCC; see the file COPYING3.
*** 22,34 ****
   #define GCC_SEL_SCHED_IR_H
/* For state_t. */
- #include "insn-attr.h"
- #include "regset.h"
   /* For reg_note.  */
- #include "rtl.h"
- #include "bitmap.h"
- #include "sched-int.h"
- #include "cfgloop.h"
Should probably drop those "For state_t/reg_note." comments too.

Thanks,
Pedro Alves
Ah right. Previous version had them removed. Missed them when I rebuilt the patch.
Thanks
Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]