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] checking version of rtl flag access macros


   From: "John David Anglin" <dave@hiauly1.hia.nrc.ca>
   Date: Wed, 8 May 2002 22:31:10 -0400 (EDT)

   Look at the loop in dbr_schedule in reorg.c.  You can see that the
   two macros are used with all "active" insns.  Since the reorg pass
   is after reload, active insns are CALL_INSN, JUMP_INSN, and all
   INSNs except USE and CLOBBER.

Right.


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