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


> It's not an hppa-anything specific problem.  The reorg pass uses this
> flag on JUMP_INSNs, and as far as I can tell only JUMP_INSNs.  If I'm

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.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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