This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Is it legitmate to have a fallthru succ edge but a different basic block next?
- From: "Bingfeng Mei" <bmei at broadcom dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 27 Jun 2008 05:20:22 -0700
- Subject: 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