This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] checking version of rtl flag access macros
From: Janis Johnson <janis187@us.ibm.com>
Date: Wed, 8 May 2002 11:34:37 -0700
It's possible that on some targets it's valid
for a JUMP_INSN to be in the delay slot of a branch; I'll let people
who are more knowledgeable about this than I am figure that out.
See the "anulled if false" "annulled if true" handling in reorg, those
checks only occur on JUMP_INSNs.