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?
It is used only in libgcc afaik, but even in that case we can't segfault
:)
(define_insn_and_split "eh_return_si"
  [(unspec_volatile [(match_operand:SI 0 "register_operand" "c")]
		    UNSPECV_EH_RETURN)]
  "!TARGET_64BIT"
  "#"
  "reload_completed"
  [(const_int 1)]
  "ix86_expand_epilogue (2); DONE;")

Thanks for looking into it.
Honza
> 
> 
> r~


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