This is the mail archive of the gcc@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: Questions about tree-cfg.c:remove_forwarder_block.


Kazu Hirata wrote:

1) Is a nonlocal label guaranteed to be the first statement?  If not,
   we need to fix the code above such that it will scan all labels of
   the given basic block, looking for a nonlocal label just like
   tree_forwarder_block_p.

It should. See stmt_starts_bb_p.


Diego.



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