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]

Is it legitmate to have a fallthru succ edge but a different basic block next?


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
...


Cheers,
Bingfeng Mei


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