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: [mainline/tree-profiling] Fix find_sub_basic_blocks lazyness


On Mon, Feb 16, 2004 at 05:24:51PM +0100, Jan Hubicka wrote:
> +       /* We represent EH manipulation via unspec followed by barrier.
> +          Such instruction is control flow instruction even when there is
> +          no other clue specifying it.  */
> +       if (NEXT_INSN (insn) && GET_CODE (NEXT_INSN (insn)) == BARRIER)

We do?  Refresh my memory?


r~


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