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: CFG problem in PR 10056


On Mon, Mar 17, 2003 at 08:48:20AM -0800, Mark Mitchell wrote:
> Should we be preserving both edges, or does the logic in
> fixup_reorder_chain need to deal with having only one edge for a
> conditional jump?

The later.  Of course, we should also figure out why cleanup_cfg
didn't notice this earlier and replace the two branches with one
unconditional branch.


r~


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