This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is it legitmate to have a fallthru succ edge but a different basic block next?
On Fri, Jun 27, 2008 at 2:20 PM, Bingfeng Mei <bmei@broadcom.com> wrote:
> Hello,
> I try to locate a problem in GCSE pass and found some suspicious RTL
> code as follows. Is it legitimate to have a "fallthru" succ edge but
> next basic block is a different one? Thanks.
>
> ...
> ;; Succ edge 10 [91.5%] (fallthru)
>
> ;; Succ edge 9 [8.5%]
>
> ;; Start of basic block ( 8) -> 9
> ...
Yes, this is valid if you are in cfglayout mode.
Gr.
Steven