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]

Re: condjump_branch_edge


On Sun, May 14, 2000 at 10:31:45PM +0200, Jan Hubicka wrote:
> And whats about the two way branches? Do we allow them?

The only machine I know that uses them is ARM, and that
only as part of the tablejump sequence.  Anyway, this case
should be noticed by the non-existance of a FALLTHRU edge.

> Will JUMP_LABEL give mi the label in THEN part consistently?

It will give you the label consistently.  Note that the
label can be in the ELSE part.


r~

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